chore: Release

This commit is contained in:
2025-04-21 21:59:53 -07:00
parent 14104f6469
commit 904619bccd
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ enum Mode {
Debug,
Notmuchrc,
LoadSql {
#[arg(short, long, default_value)]
#[arg(short, long)]
dsn: String,
},
}