varlinuxOption=newOption<FileInfo>(new[]{"-l","--linux"},"The output file path for the Linux mod. None given equals to no Linux port.");
varandroidOption=newOption<FileInfo>(new[]{"-a","--android"},"The output file path for the Android mod. None given equals to no Android port.");
varmacOption=newOption<FileInfo>(new[]{"-m","--mac"},"The output file path for the Mac mod. None given equals to no Mac port.");
varnameOption=newOption<string>(new[]{"-n","--name"},"The name used for the Mac or Android mod. Required for the Mac option, and optional for the Android version. Has no effect on anything else.");
varnameOption=newOption<bool>(new[]{"-s","--customsave"},"Whether the Android Port should use a custom save location. Has no effect on anything else.");
varinternetOption=newOption<bool>(new[]{"-w","--internet"},"Add internet usage permissions to the Android mod. Has no effect to other OS.");
varverboseOption=newOption<bool>(new[]{"-v","--verbose"},"Whether to show verbose output.");