Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
feat: add the 'up' alias for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Jan 17, 2022
1 parent 3789421 commit 69fc6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub enum Command {
},

/// Upgrade all installed packages
#[clap(visible_alias = "up")]
Upgrade,

/// Clean package cache
Expand Down

0 comments on commit 69fc6d4

Please sign in to comment.