From 5dc50a86529963536a105180d21842e1129e6d32 Mon Sep 17 00:00:00 2001 From: "Kevin K." Date: Fri, 20 Mar 2015 14:49:28 -0400 Subject: [PATCH] Add clap to Command-line argument parsing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f023a1..d634476 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Only projects that are stable and useful to users are added. Projects that do no ### Command-line argument parsing * [docopt/docopt.rs](https://github.com/docopt/docopt.rs) — a Rust implementation of [DocOpt](http://docopt.org) [](https://travis-ci.org/docopt/docopt.rs) +* [kbknapp/clap-rs](https://github.com/kbknapp/clap-rs) - Simple command-line argument parser [](https://travis-ci.org/kbknapp/clap-rs) ### Compression