pub const HELP_CONFIG: &str = r#"
Manage configuration
USAGE:
Air config <SUBCOMMAND> [OPTIONS]
SUBCOMMANDS:
get <KEY> Get configuration value
set <KEY> <VALUE> Set configuration value
reload Reload configuration from file
show Show current configuration
validate [PATH] Validate configuration file
OPTIONS:
--json Output in JSON format
--validate Validate before reloading
EXAMPLES:
Air config get grpc.bind_address
Air config set updates.auto_download true
Air config reload --validate
Air config show --json
"#;