mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
todo in args
This commit is contained in:
parent
67a48b74f9
commit
b65e6af93a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user