Skip to main content

Handler

Derive Macro Handler 

Source
#[derive(Handler)]
{
    // Attributes available to this derive:
    #[help]
}
Expand description

Derives a workflow_terminal::cli::Handler implementation for the annotated type, taking the command verb and help text from #[verb(..)] and #[help(..)] attributes and defaulting the verb to the kebab-cased type name.