Skip to content

mgalgs/clap-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why?

Currently outputs:

$ ./target/debug/clap-test --print hello
error: The following required arguments were not supplied:

USAGE:
	clap-test [FLAGS] --print <something>...

For more information try --help

and:

$ ./target/debug/clap-test --help
clap-test 

USAGE:
	clap-test [FLAGS] --print <something>...

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

OPTIONS:
        --print <something>...    Print stuff

About

testing multi-valued options using https://github.com/kbknapp/clap-rs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages