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