publicstaticArgumentFlagArgHelp=newArgumentFlag("--help","-h"){DocString="prints this message"};
publicstaticArgumentFlagArgWaitFor=newArgumentFlag("--waitfor"){DocString="waits for the specified PID to exit"};
publicstaticArgumentFlagArgForce=newArgumentFlag("--force","-f"){DocString="forces the operation to go through"};
publicstaticArgumentFlagArgRevert=newArgumentFlag("--revert"){DocString="reverts the IPA installation"};
publicstaticArgumentFlagArgNoWait=newArgumentFlag("--nowait"){DocString="doesn't wait for user input after the operation"};
publicstaticArgumentFlagArgStart=newArgumentFlag("--start"){DocString="uses value as arguments to start the game after the patch/unpatch"};
publicstaticArgumentFlagArgLaunch=newArgumentFlag("--launch"){DocString="uses positional parameters as arguments to start the game after patch/unpatch"};
publicstaticArgumentFlagArgHelp=newArgumentFlag("--help","-h"){DocString="prints this message"};
publicstaticArgumentFlagArgWaitFor=newArgumentFlag("--waitfor","-w"){DocString="waits for the specified PID to exit",ValueString="PID"};
publicstaticArgumentFlagArgForce=newArgumentFlag("--force","-f"){DocString="forces the operation to go through"};
publicstaticArgumentFlagArgRevert=newArgumentFlag("--revert","-r"){DocString="reverts the IPA installation"};
publicstaticArgumentFlagArgNoWait=newArgumentFlag("--nowait","-n"){DocString="doesn't wait for user input after the operation"};
publicstaticArgumentFlagArgStart=newArgumentFlag("--start","-s"){DocString="uses value as arguments to start the game after the patch/unpatch",ValueString="ARGUMENTS"};
publicstaticArgumentFlagArgLaunch=newArgumentFlag("--launch","-l"){DocString="uses positional parameters as arguments to start the game after patch/unpatch"};