diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-17 01:00:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-17 01:00:05 +0200 |
commit | 8b5a531417d7cc503cb4b50c4b64b49b5815ed99 (patch) | |
tree | 279dcb91feb9d5183d066ef501709e30ca126b84 /tool/src/main.rs | |
parent | ddf52f02d66abfee17a4105503220a9a34064f29 (diff) | |
download | jellything-8b5a531417d7cc503cb4b50c4b64b49b5815ed99.tar jellything-8b5a531417d7cc503cb4b50c4b64b49b5815ed99.tar.bz2 jellything-8b5a531417d7cc503cb4b50c4b64b49b5815ed99.tar.zst |
tool: doc all 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() |