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.
- Config
Command - Configuration management sub-commands.
- Debug
Command - Debug and diagnostic sub-commands.
- Diagnostic
Level - Verbosity level for diagnostic operations.
- Permission
Level - Minimum privilege required to execute a command.
- Validation
Result - Result of argument validation for a parsed command.