Fix the hard code of max depth

This commit is contained in:
Jedsek
2022-08-22 23:58:26 +08:00
committed by andy.boot
parent 81d52e6e3a
commit f60184ecbb
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ fn get_regex_value(maybe_value: Option<Values>) -> Vec<Regex> {
}
fn main() {
let options = build_cli().get_matches();
let options = build_cli(&usize::MAX.to_string()).get_matches();
let config = get_config();