From b65e6af93adad301f0d04f462400736408d9ec63 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 17 Apr 2025 00:41:55 +0300 Subject: [PATCH] todo in args --- src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.rs b/src/config.rs index 7a6aed2..40c711a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -151,6 +151,8 @@ pub fn get_config_path() -> PathBuf { config_dir.join("config.yml") } + +// TODO: make args exactly match to config except --config-path and --configure, example: change from `disable_formatting: bool` to `formatting: Option`` #[derive(Parser, Debug)] #[command(version, about, long_about = None)] pub struct Args {