diff options
Diffstat (limited to 'tool/src/main.rs')
-rw-r--r-- | tool/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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() |