Clap Main
This crate provides an procmacro #[clap_main] to decorate your entry point function and automatically
parse a struct that derives clap::Parser from the cli args.
Example Usage
This crate provides an procmacro #[clap_main] to decorate your entry point function and automatically
parse a struct that derives clap::Parser from the cli args.