clap-nested
clap-nested copied to clipboard
Convenient `clap-rs` for CLI apps with multi-level subcommands.
upgrade to clap v3
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.1 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...
Example: ```bash ./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.