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 {