Skip to content

Commit

Permalink
fix: hide obsolete commands in help page of pixi global (#2320)
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu authored Oct 19, 2024
1 parent d412ea0 commit a3996a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/global/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ pub enum Command {
#[command(subcommand)]
Expose(expose::SubCommand),
Update(update::Args),
#[command(hide = true)]
Upgrade(upgrade::Args),
#[clap(alias = "ua")]
#[command(hide = true)]
UpgradeAll(upgrade_all::Args),
}

Expand Down

0 comments on commit a3996a0

Please sign in to comment.