Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouib <L0U13@protonmail.com>2020-01-27 07:44:31 +0300
committerJonathan White <support@dmapps.us>2020-01-27 07:44:31 +0300
commitb78ca924fdf2b6d5937d87bab65104cba629382f (patch)
tree2eea94caa125f66f50e7c37451fb5f0364d54a1b /tests/TestCli.h
parent04be724614460d5d0e60a741f93a99c15dec4ee3 (diff)
Adding db-info CLI command. (#4231)
This adds a basic db-show CLI command, to display the information related to a database.
Diffstat (limited to 'tests/TestCli.h')
-rw-r--r--tests/TestCli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestCli.h b/tests/TestCli.h
index 4947ee472..44420d580 100644
--- a/tests/TestCli.h
+++ b/tests/TestCli.h
@@ -59,6 +59,7 @@ private slots:
void testGenerate_data();
void testGenerate();
void testImport();
+ void testInfo();
void testKeyFileOption();
void testNoPasswordOption();
void testHelp();