Skip to content

Commit ea7f4a6

Browse files
committed
Change default engine search depth
1 parent 5023672 commit ea7f4a6

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
@@ -7,7 +7,7 @@ use structopt::StructOpt;
77
struct Opt {
88
#[structopt(short, long, default_value = "ai")]
99
mode: String,
10-
#[structopt(short, long, default_value = "1")]
10+
#[structopt(short, long, default_value = "3")]
1111
depth: u32,
1212
}
1313

0 commit comments

Comments
 (0)