Skip to content

Commit

Permalink
Make update alias of install command
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Aug 27, 2024
1 parent f61dd4a commit b159cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ pub struct Cli {

#[derive(Subcommand, Debug)]
pub enum Subcommands {
/// Install Node.
/// Install or update Node.
#[command(alias = "update")]
Install(install::CommandArguments),
/// Uninstall Node.
Uninstall(uninstall::CommandArguments),
Expand Down

0 comments on commit b159cad

Please sign in to comment.