summaryrefslogtreecommitdiff
path: root/src/commandline.h
Commit message (Collapse)AuthorAgeFilesLines
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-0/+1
| | | | | | | * Extended MODL / direct download handling - name, modname, version, and source options added to download command - nxmhandler init adds schemas and MODL entry with default launch args - Add MODL register button to general tab - On window display, call meta function to trigger both registrations
* Download files from direct URLs via a command line parameter (#1873)Eddoursul2023-09-181-0/+14
| | | | * Download files via a command line parameter * Use a GET parameter to predetermine Content-Disposition header in S3-compatible temporary URLs
* Apply clang-format.Mikaël Capelle2023-07-091-25/+9
|
* Implementation --pick argument.Mikaël Capelle2021-01-281-0/+3
|
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-0/+13
| | | | | | | | removed duplicate refreshDirectoryStructure() call that could never work added --logs to output logs to stdout, added final "mod organizer done" log added -i with no arguments to output the current instance name `run -e` now does an additional, case insensitive check for names fixed error being output along with --help
* fixed runPostMultiProcess() not being calledisanae2021-01-181-16/+59
| | | | comments
* put more stuff in Meta to simplifyisanae2021-01-181-16/+9
|
* added refresh commandisanae2021-01-181-0/+26
| | | | added more help for run
* moved externalMessage() to MOApplicationisanae2021-01-181-6/+31
| | | | | | commands can forward to the primary instance added reload-plugin command MessageDialog now tries to find the main window when the reference is null, which actually used to happen often because activeWindow() is typically used, but that's null when the main window doesn't have focus (like when downloading from nexus, for example)
* merged exe and run commands, added -e flag insteadisanae2021-01-181-13/+2
| | | | added dialog when selected profile doesn't exist, this can happen with -p on the command line
* implemented exe commandisanae2021-01-181-3/+3
| | | | better error when cwd doesn't exist
* fixed all commands being legacyisanae2021-01-181-12/+14
| | | | split running command into pre and post organizer
* 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