diff --git a/src/cli.rs b/src/cli.rs index 9c4a8485..5d7bc76a 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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")]