Adding db-info CLI command. (#4231)

This adds a basic db-show CLI command, to display
the information related to a database.
This commit is contained in:
louib
2020-01-26 23:44:31 -05:00
committed by Jonathan White
parent 04be724614
commit b78ca924fd
14 changed files with 166 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ private slots:
void testGenerate_data();
void testGenerate();
void testImport();
void testInfo();
void testKeyFileOption();
void testNoPasswordOption();
void testHelp();