parse_cli

Function parse_cli 

Source
pub fn parse_cli() -> Cli
Expand description

Parse CLI arguments

This is the entry point for CLI parsing. It uses clap to parse arguments and returns the parsed CLI structure.

§Returns

Parsed Cli structure with all arguments

§Panics

Clap will exit the process with appropriate error message if parsing fails