Derive Macro Command

Source
#[derive(Command)]
{
    // Attributes available to this derive:
    #[command]
    #[arg]
}
Expand description

Macro available if embedded-cli is built with features = ["macros"].