Skip to content

Commit

Permalink
Merge pull request #1037 from christiangnrd/selfupalias
Browse files Browse the repository at this point in the history
Add `up` alias to self update command
  • Loading branch information
davidanthoff authored Sep 6, 2024
2 parents 96aa395 + aba668b commit af3b983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ impl JuliaupChannel {
/// Manage this juliaup installation
pub enum SelfSubCmd {
#[cfg(not(feature = "selfupdate"))]
#[clap(alias = "up")]
/// Update the Julia versions database
Update {},
#[cfg(feature = "selfupdate")]
#[clap(alias = "up")]
/// Update the Julia versions database and juliaup itself
Update {},
#[cfg(feature = "selfupdate")]
Expand Down

0 comments on commit af3b983

Please sign in to comment.