AbstractTuPrologCommand
constructor(help: String = "", epilog: String = "", name: String? = null, invokeWithoutSubcommand: Boolean = false, printHelpOnEmptyArgs: Boolean = false, helpTags: Map<String, String> = emptyMap(), autoCompleteEnvvar: String? = "", allowMultipleSubcommands: Boolean = false, treatUnknownOptionsAsArgs: Boolean = false, hiddenFromHelp: Boolean = false)
Parameters
help
the one-line help text shown for this command, e.g. in --help output or a parent command's subcommand listing.
epilog
extra text appended after the option/argument listing in --help output.