mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Fix the hard code of max depth
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user