WIP CLIparser #25

Manually merged
crtxcr wip/cliparser 에서 master 로 5 commits 를 머지했습니다 2020-10-10 21:56:31 +02:00
Showing only changes of commit 781b3f4d69 - Show all commits

파일 보기

@ -37,7 +37,6 @@ int main(int argc, char *argv[])
QCommandLineParser parser;
parser.addOptions({
{"new-instance", "Launch a new instance, ignoring any running ones"},
{"kill-instances", "Kill all running instances"},
{"config", "Use supplied config dir instead of default"},
});
parser.addHelpOption();