switch to toml
This commit is contained in:
parent
df0cf3b93d
commit
e6b521262d
12 changed files with 218 additions and 160 deletions
|
@ -19,7 +19,7 @@ pub enum Commands {
|
|||
///Runs it
|
||||
Run {
|
||||
///Path to the config file
|
||||
#[arg(short, long, default_value = "gregory.yml")]
|
||||
#[arg(short, long, default_value = "gregory.toml")]
|
||||
config: String,
|
||||
/* Not yet supported
|
||||
#[arg(short, long)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue