Crate clap_reverse_derive

Crate clap_reverse_derive 

Source

Derive Macrosยง

ClapReverse
Derive macro to automatically implement [AsCommand] for a struct, allowing it to be converted into a std::process::Command. If display is specified in struct attributes, it also implements std::fmt::Display to show the equivalent command line.