From 8b5a531417d7cc503cb4b50c4b64b49b5815ed99 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 17 Apr 2024 01:00:05 +0200 Subject: tool: doc all options --- tool/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/src/main.rs') diff --git a/tool/src/main.rs b/tool/src/main.rs index a896fa2..828ad9d 100644 --- a/tool/src/main.rs +++ b/tool/src/main.rs @@ -23,7 +23,7 @@ fn main() -> anyhow::Result<()> { .init(); let args = Args::parse(); - match args.action { + match args { a @ Action::Add { .. } => tokio::runtime::Builder::new_multi_thread() .enable_all() .build() -- cgit v1.2.3-70-g09d2