From 08c8a259660a92cabe2179c61a89935af2c969c7 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 17 Apr 2025 00:43:50 +0300 Subject: [PATCH] oops --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 40c711a..5b17689 100644 --- a/src/config.rs +++ b/src/config.rs @@ -152,7 +152,7 @@ pub fn get_config_path() -> PathBuf { } -// TODO: make args exactly match to config except --config-path and --configure, example: change from `disable_formatting: bool` to `formatting: Option`` +// 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 {