mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-30 16:18:49 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user