change debug line
This commit is contained in:
parent
4a8f7a74d2
commit
221e64ab8c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue