Derive Macrosยง
- Clap
Reverse - Derive macro to automatically implement [
AsCommand
] for a struct, allowing it to be converted into astd::process::Command
. Ifdisplay
is specified in struct attributes, it also implementsstd::fmt::Display
to show the equivalent command line.