Skip to content

Commit

Permalink
Change default turn num to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Apr 26, 2021
1 parent fcea307 commit 2c3ee0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ enum Run {
#[structopt(parse(from_os_str))]
redbot: OsString,
/// The number of turns to run in the match
#[structopt(short, long, default_value = "30")]
#[structopt(short, long, default_value = "100")]
turn_num: usize,
/// Avoid printing human-friendly info and just output JSON
#[structopt(long)]
Expand Down

0 comments on commit 2c3ee0a

Please sign in to comment.