cli_match

Function cli_match 

Source
pub async fn cli_match() -> Result<()>
Expand description

Main entry point using clap-noun-verb v4.0.2 auto-discovery

This function handles global introspection flags (–capabilities, –introspect, –graph) before delegating to clap-noun-verb::run() which automatically discovers all \[verb\] functions in the cmds module and its submodules. The version flag is handled automatically by clap-noun-verb.