mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
Feature : --key-file option for CLI (#816)
* removing readFromLine * Removing gui-prompt * execute uses an arg list. * Testing with key-file * Fixing the -a option in EntropyMeter.
This commit is contained in:
parent
1edabc4b3c
commit
1d30283514
23 changed files with 92 additions and 189 deletions
|
@ -29,7 +29,7 @@ class Command
|
|||
{
|
||||
public:
|
||||
virtual ~Command();
|
||||
virtual int execute(int argc, char** argv);
|
||||
virtual int execute(QStringList arguments);
|
||||
QString name;
|
||||
QString description;
|
||||
QString getDescriptionLine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue