builtinCommands.add(new Exit());
// Need a null "classpath" command as our launcher uses it
// outside of the usual command mechanism - it shouldn't cause
// an error in the normal processing
builtinCommands.add(new NullCommand("classpath", "set the classpath used by the Crankstart launcher"));
log.info("{} ready, built-in commands: {}", getClass().getSimpleName(), getDescriptions(builtinCommands));
}