summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
Commit message (Expand)AuthorAgeFilesLines
* moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-071-0/+53
* moved splash stuff to MOSplashisanae2020-11-071-0/+3
* commentsisanae2020-11-071-17/+38
* command usage lines, exe optionsisanae2020-11-031-46/+132
* formatting for command listisanae2020-11-031-3/+86
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-0/+12
* add warning when profile given with -p doesn't existisanae2020-11-031-19/+79
* removed unused `update` parameterisanae2020-11-031-10/+34
* implemented `launch` as a commandisanae2020-11-031-16/+139
* new CommandLine classisanae2020-11-031-0/+205