HELP_STATUS

Constant HELP_STATUS 

Source
pub const HELP_STATUS: &str = r#"
Show daemon and service status

USAGE:
    Air status [OPTIONS]

OPTIONS:
    -s, --service <NAME>    Show status of specific service
    -v, --verbose           Show detailed information
    --json                  Output in JSON format

EXAMPLES:
    Air status
    Air status --service authentication --verbose
    Air status --json
"#;