CLI: Cleanup create options (#4313)

* Add ability to create database with an empty password
* Add password repeat check
* Standardize process between `db-create` and `import` commands
* Improve db-create tests with new password repeat

Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
louib
2020-03-18 21:51:36 -04:00
committed by GitHub
parent b045160e4f
commit e6c2c7ed93
8 changed files with 171 additions and 54 deletions

View File

@@ -62,7 +62,7 @@ namespace Utils
namespace Test
{
void setNextPassword(const QString& password);
void setNextPassword(const QString& password, bool repeat = false);
}
}; // namespace Utils