You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved handling of command-line parameters for child processes which fixes many titles that failed to start due to their command-line string being specified incorrectly
Added logging via CLIFp.log that is always generated next to the executable (limited to 50 entries, will auto purge oldest)
Added -q/--quiet and -s/--silent switches. The former suppresses all non-critical errors, the latter suppresses all errors
Checking the help message or version information is now allowed even if execution would otherwise fail