1//! Argument parsing entry point for the CLI commands. 2/// CLI command definitions and argument parsing. 3pub mod commands;