summaryrefslogtreecommitdiff
path: root/src/commandline.h
Commit message (Collapse)AuthorAgeFilesLines
* don't attempt to parse the command line for launch, it fails in all sorts of ↵isanae2020-11-091-4/+4
| | | | | | ways don't try to time stuff before logging is initialized, an exception before initLogging() will crash because ~TimeThis() tries to log
* moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-071-0/+22
|
* commentsisanae2020-11-071-2/+112
| | | | interpret a first argument starting with -- as an error instead of an exe name/binary
* replaced #pragma once by ifdefsisanae2020-11-031-2/+4
| | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit
* command usage lines, exe optionsisanae2020-11-031-12/+15
|
* formatting for command listisanae2020-11-031-0/+24
| | | | added empty exe and run commands
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-0/+2
| | | | added --instance
* add warning when profile given with -p doesn't existisanae2020-11-031-0/+13
| | | | implemented moshortcut, nxm links and executable names as command line options
* removed unused `update` parameterisanae2020-11-031-0/+4
| | | | moved --multiple to CommandLine
* implemented `launch` as a commandisanae2020-11-031-4/+47
|
* new CommandLine classisanae2020-11-031-0/+62
implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one