Skip to content

Commit 35d3f6d

Browse files
committed
Enable --target-dir support in install subcommand
1 parent 089cbb8 commit 35d3f6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo/commands/install.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub fn cli() -> App {
5757
"Install all examples",
5858
)
5959
.arg_target_triple("Build for the target triple")
60+
.arg_target_dir()
6061
.arg(opt("root", "Directory to install packages into").value_name("DIR"))
6162
.arg(
6263
opt("index", "Registry index to install from")

0 commit comments

Comments
 (0)