WIP: Refactor the IDatabase calls to write directly to the database #271
@ -66,7 +66,7 @@ struct DbOpt {
|
||||
#[structopt(
|
||||
long = "database",
|
||||
help = "Database file path",
|
||||
default_value = "database.json"
|
||||
default_value = "database.db"
|
||||
)]
|
||||
database_file_path: PathBuf,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user