feat(clap): initial version of command generation

It compiles and works, even though there are many things we want to
improve.

One big question is how to define multi-arguments, like -u foo bar baz.
This commit is contained in:
Sebastian Thiel
2015-04-28 19:34:24 +02:00
parent 988d37f0df
commit b39bc3a9cd
3 changed files with 125 additions and 51 deletions

View File

@@ -22,7 +22,7 @@ make:
- source: main.rs
output_dir: src
cargo:
build_version: "0.1.0"
build_version: "0.2.0"
keywords: [cli]
is_executable: YES
dependencies: