Skip to content

Commit 0356826

Browse files
author
Greyforge Admin
committed
Align CLI help category labels
1 parent 7954d02 commit 0356826

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/cortex-cli/src/cli/styles.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ pub mod categories {
7272
pub const SESSION: &str = "📋 Session Management";
7373
pub const AUTH: &str = "🔐 Authentication";
7474
pub const EXTENSION: &str = "🔌 Extensibility";
75-
pub const CONFIG: &str = "⚙️ Configuration";
76-
pub const UTILITIES: &str = "🛠️ Utilities";
75+
pub const CONFIG: &str = "⚙️ Configuration Commands";
76+
pub const UTILITIES: &str = "🛠️ Utility Commands";
7777
pub const MAINTENANCE: &str = "🔧 Maintenance";
7878
}
7979

@@ -107,13 +107,13 @@ pub const HELP_TEMPLATE: &str = color_print::cstr!(
107107
<green,bold>mcp</> Manage MCP (Model Context Protocol) servers
108108
<green,bold>acp</> Start ACP server for IDE integration (e.g., Zed)
109109
110-
<cyan,bold>⚙️ Configuration:</>
110+
<cyan,bold>⚙️ Configuration Commands:</>
111111
<green,bold>config</> Show or edit configuration
112112
<green,bold>models</> List available models
113113
<green,bold>features</> Inspect feature flags
114114
<green,bold>init</> Initialize AGENTS.md in the current directory
115115
116-
<cyan,bold>🛠️ Utilities:</>
116+
<cyan,bold>🛠️ Utility Commands:</>
117117
<green,bold>github</> GitHub integration (actions, workflows) <dim>[aliases: gh]</>
118118
<green,bold>pr</> Checkout a pull request
119119
<green,bold>scrape</> Scrape web content to markdown/text/html

0 commit comments

Comments
 (0)