Merge pull request #15 from QuasarApp/updateQuasarAppLib

Update quasar app lib
This commit is contained in:
Andrei Yankovich 2021-09-28 12:13:41 +03:00 committed by GitHub
commit 51a3682e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 461c5169bdf74ad358a24e8e561a75edc0e9ec7a
Subproject commit d69306c1210fe6def35cf0ff7323e3e82f9ae8f4

View File

@ -153,7 +153,7 @@ QList<Feature> Controller::features() {
void Controller::printDefaultHelp() const {
auto quasarappHelp = QuasarAppUtils::Params::getParamsHelp();
auto quasarappHelp = QuasarAppUtils::Params::getHelp();
QuasarAppUtils::Help::print(quasarappHelp.unite(help()));
}

View File

@ -112,7 +112,7 @@ Controller *ServiceBase::controller() {
void ServiceBase::printDefaultHelp() {
auto serviceHelp = controller()->help();
serviceHelp.unite(QuasarAppUtils::Params::getParamsHelp());
serviceHelp.unite(QuasarAppUtils::Params::getHelp());
serviceHelp.unite({{QObject::tr("Options that available befor install"),{
{"start / s", QObject::tr("Start a service in console")},