CommandModel

Derive Macro CommandModel 

Source
#[derive(CommandModel)]
{
    // Attributes available to this derive:
    #[command]
}
Available on crate feature derive only.
Expand description

Derive macro for the CommandModel trait.

See the documentation of the trait for more information about usage of this macro.