clap derive structs for the purple CLI.
purple
Everything related to argument parsing lives here so main.rs stays focused on orchestration. Cli is the top-level Parser; each Commands variant holds the subcommand-specific args.
main.rs
Cli
Parser
Commands