mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-05 11:20:55 +01:00
feat: add i
alias to install
command
Adds an alias `i` to the `install` command, which is common in a few other package managers.
This commit is contained in:
parent
4786adf187
commit
ae3530126f
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub enum Subcommand {
|
|||
Remove(remove::RemoveCommand),
|
||||
|
||||
/// Installs all dependencies for the project
|
||||
#[clap(name = "install", visible_alias = "i")]
|
||||
Install(install::InstallCommand),
|
||||
|
||||
/// Updates the project's lockfile. Run install to apply changes
|
||||
|
|
Loading…
Add table
Reference in a new issue