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