Run

class Run : CliktCommand

Functions

aliases
Link copied to clipboard
open fun aliases(): Map<String, List<String>>
getFormattedHelp
Link copied to clipboard
open fun getFormattedHelp(): String
getFormattedUsage
Link copied to clipboard
open fun getFormattedUsage(): String
issueMessage
Link copied to clipboard
fun issueMessage(message: String)
main
Link copied to clipboard
fun main(argv: Array<out String>)
fun main(argv: List<String>)
parse
Link copied to clipboard
fun parse(argv: Array<String>, parentContext: Context?)
fun parse(argv: List<String>, parentContext: Context?)
registerArgument
Link copied to clipboard
fun registerArgument(argument: Argument)
registeredArguments
Link copied to clipboard
fun registeredArguments(): List<Argument>
registeredOptions
Link copied to clipboard
fun registeredOptions(): List<Option>
registeredParameterGroups
Link copied to clipboard
fun registeredParameterGroups(): List<ParameterGroup>
registeredSubcommandNames
Link copied to clipboard
fun registeredSubcommandNames(): List<String>
registeredSubcommands
Link copied to clipboard
fun registeredSubcommands(): List<CliktCommand>
registerOption
Link copied to clipboard
open override fun registerOption(option: GroupableOption)
fun registerOption(option: Option)
registerOptionGroup
Link copied to clipboard
fun registerOptionGroup(group: ParameterGroup)
run
Link copied to clipboard
open override fun run()
toString
Link copied to clipboard
open override fun toString(): String

Properties

abyPort
Link copied to clipboard
val abyPort: Int?
commandHelp
Link copied to clipboard
open val commandHelp: String
commandHelpEpilog
Link copied to clipboard
open val commandHelpEpilog: String
commandName
Link copied to clipboard
val commandName: String
currentContext
Link copied to clipboard
val currentContext: Context
helpTags
Link copied to clipboard
val helpTags: Map<String, String>
hostAddress
Link copied to clipboard
val hostAddress: List<Pair<String, String>>
input
Link copied to clipboard
val input: File?
inputStrategy
Link copied to clipboard
val inputStrategy: File?
invokeWithoutSubcommand
Link copied to clipboard
val invokeWithoutSubcommand: Boolean
messages
Link copied to clipboard
val messages: List<String>
printHelpOnEmptyArgs
Link copied to clipboard
val printHelpOnEmptyArgs: Boolean