From b39fff3712f906887fcf23c1155e0ff3005f33c8 Mon Sep 17 00:00:00 2001 From: MJY Date: Mon, 11 May 2026 14:51:44 +0900 Subject: [PATCH] fix(cli): clarify pr command help summary --- src/cortex-cli/src/cli/args.rs | 2 +- src/cortex-cli/src/cli/styles.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cortex-cli/src/cli/args.rs b/src/cortex-cli/src/cli/args.rs index 641d63a4a..6fcc18e74 100644 --- a/src/cortex-cli/src/cli/args.rs +++ b/src/cortex-cli/src/cli/args.rs @@ -383,7 +383,7 @@ pub enum Commands { #[command(next_help_heading = categories::UTILITIES)] Github(GitHubCli), - /// Checkout a pull request + /// Inspect or checkout a pull request #[command(display_order = 51)] #[command(next_help_heading = categories::UTILITIES)] Pr(PrCli), diff --git a/src/cortex-cli/src/cli/styles.rs b/src/cortex-cli/src/cli/styles.rs index 4032f94e7..a62a65f47 100644 --- a/src/cortex-cli/src/cli/styles.rs +++ b/src/cortex-cli/src/cli/styles.rs @@ -115,7 +115,7 @@ pub const HELP_TEMPLATE: &str = color_print::cstr!( 🛠️ Utilities: github GitHub integration (actions, workflows) [aliases: gh] - pr Checkout a pull request + pr Inspect or checkout a pull request scrape Scrape web content to markdown/text/html stats Show usage statistics completion Generate shell completion scripts