forgotten takes_value for --db-path

feat/vaults
Tomáš Mládek 2021-06-19 13:11:27 +02:00
parent 4cb2f8d4ff
commit b78e38162e
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ fn main() -> Result<()> {
.arg(
Arg::with_name("DB_PATH")
.long("db-path")
.takes_value(true)
.help("path to sqlite db file (\"$VAULT_PATH/upend.sqlite\" by default)"),
)
.arg(