Skip to content

Commit 3c4a993

Browse files
committed
Add default_value on test_dir
1 parent 8dc8dfe commit 3c4a993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ struct Opts {
110110
#[structopt(
111111
long = "test-dir",
112112
help = "Directory to test; this is where you usually run `cargo build`",
113+
default_value = ".",
113114
parse(from_os_str)
114115
)]
115116
test_dir: PathBuf,

0 commit comments

Comments
 (0)