Hacker News new | ask | show | jobs
by mootoday 354 days ago
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

1 comments

Thanks for the feedback. Nested commands are definitely full of boilerplate and your crate looks interesting.