new db file rename
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -6,3 +6,4 @@ json.zip
 | 
			
		||||
/exp
 | 
			
		||||
/.vscode
 | 
			
		||||
test*.bin
 | 
			
		||||
db.dat
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ use crate::questions::{Question, QuestionsConverter};
 | 
			
		||||
use crate::source::ReadSourceQuestionsBatches;
 | 
			
		||||
 | 
			
		||||
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";
 | 
			
		||||
 | 
			
		||||
#[derive(Subcommand, Debug)]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user