Skip to content

Commit b39fff3

Browse files
committed
fix(cli): clarify pr command help summary
1 parent 7954d02 commit b39fff3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/cortex-cli/src/cli/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ pub enum Commands {
383383
#[command(next_help_heading = categories::UTILITIES)]
384384
Github(GitHubCli),
385385

386-
/// Checkout a pull request
386+
/// Inspect or checkout a pull request
387387
#[command(display_order = 51)]
388388
#[command(next_help_heading = categories::UTILITIES)]
389389
Pr(PrCli),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub const HELP_TEMPLATE: &str = color_print::cstr!(
115115
116116
<cyan,bold>🛠️ Utilities:</>
117117
<green,bold>github</> GitHub integration (actions, workflows) <dim>[aliases: gh]</>
118-
<green,bold>pr</> Checkout a pull request
118+
<green,bold>pr</> Inspect or checkout a pull request
119119
<green,bold>scrape</> Scrape web content to markdown/text/html
120120
<green,bold>stats</> Show usage statistics
121121
<green,bold>completion</> Generate shell completion scripts

0 commit comments

Comments
 (0)