Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-test

USAGE:
clap-test [FLAGS] --print ...

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
--print ... Print stuff
```