push config option

This commit is contained in:
n4n5
2024-12-30 10:06:03 +01:00
committed by andy.boot
parent e0eaeccc0b
commit eeb686562d
9 changed files with 73 additions and 25 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ fn get_regex_value(maybe_value: Option<ValuesRef<String>>) -> Vec<Regex> {
fn main() {
let options = build_cli().get_matches();
let config = get_config();
let config = get_config(options.get_one::<String>("config").cloned());
let errors = RuntimeErrors::default();
let error_listen_for_ctrlc = Arc::new(Mutex::new(errors));