mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 12:06:25 -04:00
CLI: Add group commands
This commit is contained in:
parent
964478e78f
commit
19f87ca057
12 changed files with 1066 additions and 497 deletions
|
@ -45,6 +45,7 @@ private slots:
|
|||
|
||||
void testCommand();
|
||||
void testAdd();
|
||||
void testAddGroup();
|
||||
void testAnalyze();
|
||||
void testClip();
|
||||
void testCreate();
|
||||
|
@ -60,7 +61,9 @@ private slots:
|
|||
void testList();
|
||||
void testLocate();
|
||||
void testMerge();
|
||||
void testMove();
|
||||
void testRemove();
|
||||
void testRemoveGroup();
|
||||
void testRemoveQuiet();
|
||||
void testShow();
|
||||
void testInvalidDbFiles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue