We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e3e60 commit 53d2a4eCopy full SHA for 53d2a4e
src/main.rs
@@ -10,6 +10,7 @@ use reductionist::tracing;
10
#[tokio::main]
11
async fn main() {
12
let args = cli::parse();
13
+ println!("{:?}", args);
14
tracing::init_tracing(&args);
15
metrics::register_metrics();
16
app::init(&args);
0 commit comments