Parse reports from config, with defaults

This commit is contained in:
Dustin J. Mitchell
2020-12-30 20:40:46 +00:00
parent 2928bab41c
commit 46c3b31208
6 changed files with 624 additions and 92 deletions

View File

@@ -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 },