diff --git a/src/cortex-cli/src/cli/styles.rs b/src/cortex-cli/src/cli/styles.rs index 4032f94e7..be2cd70fa 100644 --- a/src/cortex-cli/src/cli/styles.rs +++ b/src/cortex-cli/src/cli/styles.rs @@ -72,8 +72,8 @@ pub mod categories { pub const SESSION: &str = "📋 Session Management"; pub const AUTH: &str = "🔐 Authentication"; pub const EXTENSION: &str = "🔌 Extensibility"; - pub const CONFIG: &str = "⚙️ Configuration"; - pub const UTILITIES: &str = "🛠️ Utilities"; + pub const CONFIG: &str = "⚙️ Configuration Commands"; + pub const UTILITIES: &str = "🛠️ Utility Commands"; pub const MAINTENANCE: &str = "🔧 Maintenance"; } @@ -107,13 +107,13 @@ pub const HELP_TEMPLATE: &str = color_print::cstr!( mcp Manage MCP (Model Context Protocol) servers acp Start ACP server for IDE integration (e.g., Zed) -⚙️ Configuration: +⚙️ Configuration Commands: config Show or edit configuration models List available models features Inspect feature flags init Initialize AGENTS.md in the current directory -🛠️ Utilities: +🛠️ Utility Commands: github GitHub integration (actions, workflows) [aliases: gh] pr Checkout a pull request scrape Scrape web content to markdown/text/html