Skip to main content

Module CommandTypes

Module CommandTypes 

Source
Expand description

CLI command enum hierarchy for the Air daemon CLI.

Command is the top-level dispatch value produced by CliParser::parse. Sub-enums (ConfigCommand, DebugCommand) scope arguments to logical domains. Auxiliary enums (DiagnosticLevel, ValidationResult, PermissionLevel) are referenced by parser and handler logic.

Enumsยง

Command
Top-level CLI command.
ConfigCommand
Configuration management sub-commands.
DebugCommand
Debug and diagnostic sub-commands.
DiagnosticLevel
Verbosity level for diagnostic operations.
PermissionLevel
Minimum privilege required to execute a command.
ValidationResult
Result of argument validation for a parsed command.