html_output
Wilfred Hughes 2022-02-12 11:03:29 +07:00
parent 4c391ea1c8
commit f2410bb600
1 changed files with 1 additions and 0 deletions

@ -143,6 +143,7 @@ pub fn parse_args() -> Mode {
};
}
// TODO: Use OsString rather than forcing paths to be valid UTF-8.
let args: Vec<_> = matches.values_of_lossy("paths").unwrap();
info!("CLI arguments: {:?}", args);