Added file open support#169
Added file open support#169TheThirdOne merged 2 commits intoTheThirdOne:masterfrom Wakeful-Cloud:open-file
Conversation
|
You made it a little difficult to review this because you mixed some refactoring in with the core change. I would greatly prefer two commits. It seems like any program arguments other than file arguments results in no gui. That is pretty hard to confirm unless you make sure every option has I would be more comfortable with a |
|
@TheThirdOne You're absolutely right - I've switched to only enabling the GUI if no arguments are passed (Current behavior) or if the |
This pull request adds:
ccommand line switch to force RARS to launch in CLI mode (In the event anyone is calling RARS with a file path and no other arguments, but don't want to start the GUI, they should use this flag)