change debug line

This commit is contained in:
Carson McManus 2022-06-19 12:38:47 -04:00
parent 4a8f7a74d2
commit 221e64ab8c

View file

@ -136,7 +136,7 @@ fn main() {
fn run() -> anyhow::Result<()> { fn run() -> anyhow::Result<()> {
let new_args = cli::Args::parse(); let new_args = cli::Args::parse();
println!("{:?}", new_args); info!("{:?}", new_args);
let matches = cli().get_matches(); let matches = cli().get_matches();