Skip to content

Commit 739123b

Browse files
committed
Mark argument to -b/--base-path as non-optional
1 parent f261c9e commit 739123b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl Args {
7575
.help("Base path for resolving dependencies")
7676
.short('b')
7777
.long("base-path")
78-
.num_args(0..=1)
78+
.num_args(1..=1)
7979
)
8080
.arg(Arg::new("cargo-output")
8181
.help("Show output from cargo when building")

0 commit comments

Comments
 (0)