mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Process basic file, password and keyfile command line parameters
Resolves #1358, resolves #1533, resolves #1600
This commit is contained in:
parent
ee8499f65c
commit
ea5c6c1eb5
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user