Process basic file, password and keyfile command line parameters
Resolves #1358, resolves #1533, resolves #1600
This commit is contained in:
@@ -149,6 +149,7 @@ int main(int argc, char** argv)
|
||||
static QTextStream in(stdin, QIODevice::ReadOnly);
|
||||
password = in.readLine();
|
||||
}
|
||||
mainWindow.openDatabase(filename, password, parser.value(keyfileOption));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user