mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
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:
@@ -19,6 +19,7 @@ make:
|
||||
cargo:
|
||||
build_version: "0.0.1"
|
||||
keywords: [cli]
|
||||
is_executable: YES
|
||||
dependencies:
|
||||
- docopt = "*"
|
||||
- docopt_macros = "*"
|
||||
|
||||
Reference in New Issue
Block a user