Add a -n (--notes) option to keepassxc-cli add and edit commands

This commit is contained in:
david
2020-06-22 15:46:33 +01:00
committed by Jonathan White
parent 8a4a804c8c
commit 55eb855267
5 changed files with 47 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public:
static const QCommandLineOption UsernameOption;
static const QCommandLineOption UrlOption;
static const QCommandLineOption NotesOption;
static const QCommandLineOption PasswordPromptOption;
static const QCommandLineOption GenerateOption;
static const QCommandLineOption PasswordLengthOption;