run_cli

Function run_cli 

Source
pub fn run_cli() -> Result<()>
Expand description

Setup and run the command router using clap-noun-verb auto-discovery

ggen v5 has ONE command: ggen sync. All verb functions are discovered automatically via the #[verb] macro.