We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a6e14 commit 16bf181Copy full SHA for 16bf181
1 file changed
src/main.rs
@@ -77,7 +77,7 @@ fn main() -> Result<()> {
77
.init();
78
79
// Check if the database exists
80
- if !args.database.exists() {
+ if !args.database.exists() && !args.download && !args.check {
81
bail!("Database does not exist. Use --download to download the database");
82
}
83
0 commit comments