Skip to content

Commit

Permalink
Add "i" alias for install
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed May 7, 2024
1 parent 13bfa57 commit 016861f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/args/flags.rs
Expand Up @@ -2038,6 +2038,7 @@ fn install_args(cmd: Command, deno_future: bool) -> Command {

fn future_install_subcommand() -> Command {
Command::new("install")
.visible_alias("i")
.about("Install dependencies")
.long_about(
"Installs dependencies either in the local project or globally to a bin directory.
Expand Down

0 comments on commit 016861f

Please sign in to comment.