Macro clap_builder::command
source ยท macro_rules! command { () => { ... }; ($name:expr) => { ... }; }
Available on non-crate feature
cargo
only.Expand description
Requires cargo
feature flag to be enabled.
macro_rules! command { () => { ... }; ($name:expr) => { ... }; }
cargo
only.Requires cargo
feature flag to be enabled.