From 77722ef6be62e4831acbd87afbf745682ddcdb10 Mon Sep 17 00:00:00 2001 From: Yukine Date: Mon, 17 Apr 2023 18:53:14 +0200 Subject: [PATCH] feat(cli): add short alias for move_transcode_to_content --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index dd036eb..2e572a3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -92,7 +92,7 @@ struct TranscodeCommand { config_file: Option, /// If the transcode should be moved to the content directory, useful when you want to start seeding right after you upload - #[arg(long, default_value = "false")] + #[arg(long, short, default_value = "false")] move_transcode_to_content: bool, /// If the hash check of the original torrent should be skipped, defaults to false, not recommended and if enabled done at own risk!