{
launcherwait = true;
}
- // these quite immediately
- if (arg.equals("--version") || arg.equals("--help")
- || arg.startsWith("--help-")
- || (debug && arg.equals("--launchernowait")))
+ // this ends the launcher immediately
+ if (debug && arg.equals("--launchernowait"))
{
wait = false;
}
"Move on to a new alignment window. This will ensure --append will start a new alignment window and other linked arguments will apply to the new alignment window.",
Opt.UNARY, Opt.MULTI, Opt.NOACTION, Opt.INCREMENTDEFAULTCOUNTER),
SUBSTITUTIONS(Type.FLOW,
- "The following argument values allow (or don't allow) subsituting filename parts. This is initially true. Valid substitutions are {basename} - the filename-without-extension of the currently --opened file (or first --appended file),\n"
+ "The following argument values allow (or don't allow) subsituting filename parts. This is initially true. Valid substitutions are:\n"
+ + "{basename} - the filename-without-extension of the currently --opened file (or first --appended file),\n"
+ "{dirname} - the directory (folder) name of the currently --opened file (or first --appended file),\n"
+ "{argfilebasename} - the filename-without-extension of the current --argfile,\n"
+ "{argfiledirname} - the directory (folder) name of the current --argfile,\n"