Skip to content

Commit 6f5deaa

Browse files
Fix prompt to by off by default
1 parent aa086d1 commit 6f5deaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct Opts {
9696
parse(from_os_str))]
9797
test_dir: PathBuf,
9898

99-
#[structopt(default_value = "false", long = "prompt",
99+
#[structopt(long = "prompt",
100100
help = "Display a prompt in between runs to allow for manually \
101101
inspecting output and retrying.")]
102102
prompt: bool,

0 commit comments

Comments
 (0)