diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-23 20:57:05 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-23 20:57:05 +0100 |
commit | 877eadc661b3b017ae843049e2b3106f3c8a7539 (patch) | |
tree | b46961815384abfbdeeb5226e7116f4b65f7ab57 /tool/src | |
parent | abd7489885ffcf76f7f9943ef9e4cd4c304f4d7c (diff) | |
download | jellything-877eadc661b3b017ae843049e2b3106f3c8a7539.tar jellything-877eadc661b3b017ae843049e2b3106f3c8a7539.tar.bz2 jellything-877eadc661b3b017ae843049e2b3106f3c8a7539.tar.zst |
remove jellytool config option
Diffstat (limited to 'tool/src')
-rw-r--r-- | tool/src/main.rs | 3 |
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, } |