Add create command to keepassxc-cli (#2540)

* Add tests for CLI::Create
This commit is contained in:
louib
2018-12-19 23:10:46 -05:00
committed by Jonathan White
parent a070f1bce7
commit 8ac9d0a131
7 changed files with 295 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ private slots:
void testCommand();
void testAdd();
void testClip();
void testCreate();
void testDiceware();
void testEdit();
void testEstimate_data();