Parse reports from config, with defaults
This commit is contained in:
@@ -66,7 +66,7 @@ pub(crate) fn invoke(command: Command, settings: Config) -> Fallible<()> {
|
||||
filter,
|
||||
},
|
||||
..
|
||||
} => return cmd::report::execute(&mut w, &mut replica, report_name, filter),
|
||||
} => return cmd::report::execute(&mut w, &mut replica, &settings, report_name, filter),
|
||||
|
||||
Command {
|
||||
subcommand: Subcommand::Info { filter, debug },
|
||||
|
||||
Reference in New Issue
Block a user