Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgalgs/clap-test
testing multi-valued options using https://github.com/kbknapp/clap-rs
https://github.com/mgalgs/clap-test
Last synced: 5 days ago
JSON representation
testing multi-valued options using https://github.com/kbknapp/clap-rs
- Host: GitHub
- URL: https://github.com/mgalgs/clap-test
- Owner: mgalgs
- Created: 2015-11-13T18:54:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T18:54:55.000Z (about 9 years ago)
- Last Synced: 2025-01-20T23:03:09.090Z (13 days ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why?
Currently outputs:
```
$ ./target/debug/clap-test --print hello
error: The following required arguments were not supplied:USAGE:
clap-test [FLAGS] --print ...For more information try --help
```and:
```
$ ./target/debug/clap-test --help
clap-testUSAGE:
clap-test [FLAGS] --print ...FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
--print ... Print stuff
```