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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,7 @@ public BespokeOption(string[] aliases, string description)
:base(aliases,description){}
}
privatestaticreadonlyArgument<string?>ArgumentRomFilePath=new(name:"rom",()=>null,description:"path; if specified, the file will be loaded the same way as it would be from `File` > `Open...`");
privatestaticreadonlyArgument<string?>ArgumentRomFilePath=new(name:"rom",()=>null,description:"path; if specified, the file will be loaded the same way as it would be from `File` > `Open...`; this argument can and should be given LAST despite what it says at the top of --help");
ab5d92f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary? does anything break when the rom is specified as the first argument before any options?
ab5d92f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's fine, I was just bothered by