clap-nested
clap-nested copied to clipboard
Running app with --version returns version of clap-nested, rather than the crate using it
Example:
./target/debug/mav --version
> clap-nested 0.1.1
It's expected for the CLI app to return information (version, name, description) about itself, not about clap-nested.