about summary refs log tree commit diff stats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-22 20:22:06 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-22 20:22:06 +0200
commit66034207a6b98fb8e9b7a6b1f9d860731dc44743 (patch)
treef1065a7b1758e82e3d537ed8febeece12f1b93ef /src/cli.rs
parentfix(update): Propagate the logging options to the `update_raw.py` script (diff)
downloadyt-66034207a6b98fb8e9b7a6b1f9d860731dc44743.tar.gz
yt-66034207a6b98fb8e9b7a6b1f9d860731dc44743.zip
refactor(cli): Remove the useless `concurrent_processes` flag from `update`
With the new `update_raw.py` script, supporting this flag becomes nearly
impossible. Thus, we're simply removing it.
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 34a98a6..ba92be3 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -94,10 +94,6 @@ pub enum Command {
         #[arg(short, long)]
         /// The subscriptions to update (can be given multiple times)
         subscriptions: Vec<String>,
-
-        #[arg(short, long, default_value = "6")]
-        /// How many processes to spawn at the same time
-        concurrent_processes: usize,
     },
 
     /// Manipulate subscription