todo in args

This commit is contained in:
MeexReay 2025-04-17 00:41:55 +03:00
parent 67a48b74f9
commit b65e6af93a

View File

@ -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<bool>``
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
pub struct Args {