pub const HELP_MAIN: &str = r#"
Air 🪁 - Background Daemon for Land Code Editor
Version: {version}
USAGE:
Air [COMMAND] [OPTIONS]
COMMANDS:
status Show daemon and service status
restart Restart services
config Manage configuration
metrics View performance metrics
logs View daemon logs
debug Debug and diagnostics
help Show help information
version Show version information
OPTIONS:
-h, --help Show help
-v, --version Show version
EXAMPLES:
Air status --verbose
Air config get grpc.bind_address
Air metrics --json
Air logs --tail=100 --follow
Air debug health-check
Use 'Air help <command>' for more information about a command.
"#;