summaryrefslogtreecommitdiff
path: root/src/commandline.h
Commit message (Expand)AuthorAgeFilesLines
* don't attempt to parse the command line for launch, it fails in all sorts of ...isanae2020-11-091-4/+4
* moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-071-0/+22
* commentsisanae2020-11-071-2/+112
* replaced #pragma once by ifdefsisanae2020-11-031-2/+4
* command usage lines, exe optionsisanae2020-11-031-12/+15
* formatting for command listisanae2020-11-031-0/+24
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-0/+2
* add warning when profile given with -p doesn't existisanae2020-11-031-0/+13
* removed unused `update` parameterisanae2020-11-031-0/+4
* implemented `launch` as a commandisanae2020-11-031-4/+47
* new CommandLine classisanae2020-11-031-0/+62