Skip to content

Commit cbad5f9

Browse files
Merge pull request #25 from marioidival/master
Add default_value on test_dir
2 parents 8dc8dfe + 3c4a993 commit cbad5f9

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)