switch to toml

This commit is contained in:
askiiart 2024-12-29 23:10:29 -06:00
parent df0cf3b93d
commit e6b521262d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
12 changed files with 218 additions and 160 deletions

View file

@ -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)]