summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-071-0/+53
|
* moved splash stuff to MOSplashisanae2020-11-071-0/+3
| | | | comments
* commentsisanae2020-11-071-17/+38
| | | | interpret a first argument starting with -- as an error instead of an exe name/binary
* command usage lines, exe optionsisanae2020-11-031-46/+132
|
* formatting for command listisanae2020-11-031-3/+86
| | | | added empty exe and run commands
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-0/+12
| | | | added --instance
* add warning when profile given with -p doesn't existisanae2020-11-031-19/+79
| | | | implemented moshortcut, nxm links and executable names as command line options
* removed unused `update` parameterisanae2020-11-031-10/+34
| | | | moved --multiple to CommandLine
* implemented `launch` as a commandisanae2020-11-031-16/+139
|
* new CommandLine classisanae2020-11-031-0/+205
implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one