mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-17 03:14:58 -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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue