run

Function run 

Source
pub fn run() -> Result<(), NounVerbError>
Expand description

Auto-run CLI with all registered commands

This function automatically discovers all functions marked with #[noun] and #[verb] attributes and runs the CLI.

These attribute macros are provided by the clap-noun-verb-macros crate.