Skip to content

Commit

Permalink
src: lib: cli: implement Debug for Args
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 22, 2024
1 parent bc55319 commit 3b25fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use tracing::*;

use crate::drivers;

#[derive(Parser)]
#[derive(Debug, Parser)]
#[command(
version = env!("CARGO_PKG_VERSION"),
author = env!("CARGO_PKG_AUTHORS"),
Expand Down

0 comments on commit 3b25fa4

Please sign in to comment.