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 {