From 877eadc661b3b017ae843049e2b3106f3c8a7539 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 23 Jan 2024 20:57:05 +0100 Subject: remove jellytool config option --- tool/src/main.rs | 3 --- 1 file changed, 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, #[clap(subcommand)] action: Action, } -- cgit v1.2.3-70-g09d2