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
Description="path; if specified, the file will be loaded the same way as it would be from `File` > `Open...`",
21
+
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",
OptionAVDumpName.Description=$"ignored unless `{OptionAVDumpType.Name}` also passed";
124
124
OptionAVDumpType.Description=$"ignored unless `{OptionAVDumpName.Name}` also passed";
125
125
OptionLoadSavestateFilePath.Description=$"path; savestate which should be loaded on launch; this takes precedence over `{OptionLoadQuicksaveSlot.Name}`";
OptionLuaFilePath.Description=$"path; Lua script or Console session to load; implies `{OptionOpenLuaConsole.Name}`";
127
127
OptionSocketServerIP.Description=$"string; IP address for Unix socket IPC (Lua `comm.socket*`); must be paired with `{OptionSocketServerPort.Name}`";
128
128
OptionSocketServerPort.Description=$"int; port for Unix socket IPC (Lua `comm.socket*`); must be paired with `{OptionSocketServerIP.Name}`";
129
129
OptionSocketServerUseUDP.Description=$"pass to use UDP instead of TCP for Unix socket IPC (Lua `comm.socket*`); ignored unless `{OptionSocketServerIP.Name}{OptionSocketServerPort.Name}` also passed";
130
130
}
131
131
132
132
privatestaticRootCommandGetRootCommand()
133
133
{
134
-
RootCommandroot=new("BizHawk, a multi-system emulator frontend");
0 commit comments