aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-23 20:57:05 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-23 20:57:05 +0100
commit877eadc661b3b017ae843049e2b3106f3c8a7539 (patch)
treeb46961815384abfbdeeb5226e7116f4b65f7ab57
parentabd7489885ffcf76f7f9943ef9e4cd4c304f4d7c (diff)
downloadjellything-877eadc661b3b017ae843049e2b3106f3c8a7539.tar
jellything-877eadc661b3b017ae843049e2b3106f3c8a7539.tar.bz2
jellything-877eadc661b3b017ae843049e2b3106f3c8a7539.tar.zst
remove jellytool config option
-rw-r--r--tool/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/src/main.rs b/tool/src/main.rs
index 68513d1..113d3a7 100644
--- a/tool/src/main.rs
+++ b/tool/src/main.rs
@@ -19,9 +19,6 @@ use std::{fmt::Debug, path::PathBuf};
#[derive(Parser)]
struct Args {
- /// Path to global jellything config
- #[arg(short = 'C', long)]
- config: Option<PathBuf>,
#[clap(subcommand)]
action: Action,
}