CLI: Add group commands

This commit is contained in:
louib 2019-09-12 11:08:28 -04:00 committed by Jonathan White
parent 964478e78f
commit 19f87ca057
12 changed files with 1066 additions and 497 deletions

View file

@ -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();