@ -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);