mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Slight further rearrangement
This commit is contained in:
@@ -57,13 +57,13 @@ namespace WoD
|
|||||||
convert = convert || (arg == "-c" || arg == "--convert");
|
convert = convert || (arg == "-c" || arg == "--convert");
|
||||||
listsys = listsys || (arg == "-lsy" || arg == "--list-systems");
|
listsys = listsys || (arg == "-lsy" || arg == "--list-systems");
|
||||||
listsrc = listsrc || (arg == "-lso" || arg == "--list-sources");
|
listsrc = listsrc || (arg == "-lso" || arg == "--list-sources");
|
||||||
norename = norename || (arg == "-nr" || arg == "--no-rename");
|
|
||||||
add = add || (arg == "-a" || arg == "--add");
|
add = add || (arg == "-a" || arg == "--add");
|
||||||
rem = rem || (arg == "-r" || arg == "--remove");
|
rem = rem || (arg == "-r" || arg == "--remove");
|
||||||
|
|
||||||
// General switches
|
// Switches
|
||||||
old = old || (arg == "-old" || arg == "--romvault");
|
|
||||||
log = log || (arg == "-l" || arg == "--log");
|
log = log || (arg == "-l" || arg == "--log");
|
||||||
|
old = old || (arg == "-old" || arg == "--romvault");
|
||||||
|
norename = norename || (arg == "-nr" || arg == "--no-rename");
|
||||||
|
|
||||||
// User input strings
|
// User input strings
|
||||||
systems = (arg.StartsWith("system=") && systems == "" ? arg.Split('=')[1] : systems);
|
systems = (arg.StartsWith("system=") && systems == "" ? arg.Split('=')[1] : systems);
|
||||||
|
|||||||
Reference in New Issue
Block a user