run

Function run 

Source
pub fn run(args: CliArgs) -> Result<()>
Expand description

Main entry point for the application.

Parses CLI arguments, initializes state, and dispatches to command handlers.