Skip to content

Commit 53d2a4e

Browse files
committed
Print out our command line args.
1 parent 15e3e60 commit 53d2a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use reductionist::tracing;
1010
#[tokio::main]
1111
async fn main() {
1212
let args = cli::parse();
13+
println!("{:?}", args);
1314
tracing::init_tracing(&args);
1415
metrics::register_metrics();
1516
app::init(&args);

0 commit comments

Comments
 (0)