description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final String description = '''View and manage CLI configuration settings.

USAGE:
udara_cli config [OPTIONS]

EXAMPLES:
# View current configuration
udara_cli config

DISPLAYS:
• Slack notification settings
• Bot token status
• CLI config file location

MANAGEMENT:
• Use "udara_cli setup --notify" to modify Slack settings
• Use "udara_cli setup --reset" to clear all settings''';