We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa7b91 commit 094eff8Copy full SHA for 094eff8
crates/forge/src/opts.rs
@@ -62,7 +62,7 @@ pub enum ForgeSubcommand {
62
/// Install one or multiple dependencies.
63
///
64
/// If no arguments are provided, then existing dependencies will be installed.
65
- #[command(visible_alias = "i")]
+ #[command(visible_aliases = ["i", "add"])]
66
Install(InstallArgs),
67
68
/// Remove one or multiple dependencies.
0 commit comments