ServiceApp
Base class that makes it easy to host a default service on any combination of std in/out, http, and sockets.
Base class that makes it easy to host a default service on any combination of std in/out, http, and sockets.
Properties
allowMultipleSubcommands
Link copied to clipboard
autoCompleteEnvvar
Link copied to clipboard
commandName
Link copied to clipboard
currentContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
hiddenFromHelp
Link copied to clipboard
invokeWithoutSubcommand
Link copied to clipboard
printHelpOnEmptyArgs
Link copied to clipboard
treatUnknownOptionsAsArgs
Link copied to clipboard
Functions
allHelpParams
Link copied to clipboard
commandHelp
Link copied to clipboard
commandHelpEpilog
Link copied to clipboard
configureContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
echoFormattedHelp
Link copied to clipboard
Link copied to clipboard
expect open override fun embeddedServer(port: Int, function: Application.() -> Unit): EmbeddedServer<*, *>
actual open override fun embeddedServer(port: Int, function: Application.() -> Unit): EmbeddedServer<*, *>
actual open override fun embeddedServer(port: Int, function: Application.() -> Unit): EmbeddedServer<*, *>
getFormattedHelp
Link copied to clipboard
helpEpilog
Link copied to clipboard
issueMessage
Link copied to clipboard
registerArgument
Link copied to clipboard
registeredArguments
Link copied to clipboard
registeredOptions
Link copied to clipboard
registeredParameterGroups
Link copied to clipboard
registeredSubcommandNames
Link copied to clipboard
registeredSubcommands
Link copied to clipboard
registerOption
Link copied to clipboard
registerOptionGroup
Link copied to clipboard
resetContext
Link copied to clipboard