summaryrefslogtreecommitdiff
path: root/src/commandline.h
Commit message (Expand)AuthorAgeFilesLines
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-0/+1
* Download files from direct URLs via a command line parameter (#1873)Eddoursul2023-09-181-0/+14
* 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
* fixed runPostMultiProcess() not being calledisanae2021-01-181-16/+59
* put more stuff in Meta to simplifyisanae2021-01-181-16/+9
* added refresh commandisanae2021-01-181-0/+26
* moved externalMessage() to MOApplicationisanae2021-01-181-6/+31
* merged exe and run commands, added -e flag insteadisanae2021-01-181-13/+2
* implemented exe commandisanae2021-01-181-3/+3
* fixed all commands being legacyisanae2021-01-181-12/+14
* 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