new db file rename
This commit is contained in:
parent
e521e39f5e
commit
f3dabe7a06
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ json.zip
|
|||||||
/exp
|
/exp
|
||||||
/.vscode
|
/.vscode
|
||||||
test*.bin
|
test*.bin
|
||||||
|
db.dat
|
||||||
|
@ -18,7 +18,7 @@ use crate::questions::{Question, QuestionsConverter};
|
|||||||
use crate::source::ReadSourceQuestionsBatches;
|
use crate::source::ReadSourceQuestionsBatches;
|
||||||
|
|
||||||
const ZIP_FILENAME: &str = "json.zip";
|
const ZIP_FILENAME: &str = "json.zip";
|
||||||
const NEW_DB_FILENAME: &str = "test.bin";
|
const NEW_DB_FILENAME: &str = "db.dat";
|
||||||
const DB_DIR: &str = "db";
|
const DB_DIR: &str = "db";
|
||||||
|
|
||||||
#[derive(Subcommand, Debug)]
|
#[derive(Subcommand, Debug)]
|
||||||
|
Loading…
Reference in New Issue
Block a user