declare_handler!() { /* proc-macro */ }Expand description
Implements the workflow_terminal::cli::Handler trait for a given type from
declare_handler!(<type>, [<verb>,] <help>), deriving the command verb from
the type name (kebab-cased) when one is not supplied.