summaryrefslogtreecommitdiff
path: root/src/commandline.h
Commit message (Collapse)AuthorAgeFilesLines
* 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