mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
Global const for KeyFileOption (CLI) (#2505)
This commit is contained in:
parent
1a2721529d
commit
49b82ea6a2
11 changed files with 34 additions and 55 deletions
|
@ -39,6 +39,13 @@ const QCommandLineOption Command::QuietOption =
|
|||
QCommandLineOption(QStringList() << "q"
|
||||
<< "quiet",
|
||||
QObject::tr("Silence password prompt and other secondary outputs."));
|
||||
|
||||
const QCommandLineOption Command::KeyFileOption =
|
||||
QCommandLineOption(QStringList() << "k"
|
||||
<< "key-file",
|
||||
QObject::tr("Key file of the database."),
|
||||
QObject::tr("path"));
|
||||
|
||||
QMap<QString, Command*> commands;
|
||||
|
||||
Command::~Command()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue