Comment on Rust CLI with ClapComments−mootoday1yThat was a great intro to clap, thanks for writing it up!I've been building clap CLIs for a while and started to put together a template: https://github.com/mootoday/cli-template.It also includes a crate I developed to reduce the boilerplate code for nested commands: https://crates.io/crates/clap-nested-commands−tucson-josh1yThanks for the feedback. Nested commands are definitely full of boilerplate and your crate looks interesting.
Comments
That was a great intro to clap, thanks for writing it up!
I've been building clap CLIs for a while and started to put together a template: https://github.com/mootoday/cli-template.
It also includes a crate I developed to reduce the boilerplate code for nested commands: https://crates.io/crates/clap-nested-commands
Thanks for the feedback. Nested commands are definitely full of boilerplate and your crate looks interesting.