pub const HELP_DEBUG: &str = r#"
Debug and diagnostics
USAGE:
Air debug <SUBCOMMAND> [OPTIONS]
SUBCOMMANDS:
dump-state Dump current daemon state
dump-connections Dump active connections
health-check Perform health check
diagnostics Run diagnostics
OPTIONS:
--json Output in JSON format
--verbose Show detailed information
--service <NAME> Target specific service
--full Full diagnostic level
EXAMPLES:
Air debug dump-state
Air debug dump-connections --json
Air debug health-check --verbose
Air debug diagnostics --full
"#;