feat(cli): bin renaming + docopt infrastructure

* allow to rename executables, for now just brute-force using a boolean
  flag. If we have more binaries at some point, we might want to be more
  elaborate.
* everything related to docopts functionality is now in the docopts
  module.

  Related to #45
This commit is contained in:
Sebastian Thiel
2015-04-09 17:05:55 +02:00
parent 390354bd08
commit f527c8202b
6 changed files with 44 additions and 21 deletions

View File

@@ -19,6 +19,7 @@ make:
cargo:
build_version: "0.0.1"
keywords: [cli]
is_executable: YES
dependencies:
- docopt = "*"
- docopt_macros = "*"