class Builder
Builder(command: CliktCommand, parent: Context? = null) |
var allowInterspersedArgs: Boolean
If false, options and arguments cannot be mixed; the first time an argument is encountered, all remaining tokens are parsed as arguments. |
|
var autoEnvvarPrefix: String?
The prefix to add to inferred envvar names. |
|
var console: CliktConsole
The console that will handle reading and writing text. |
|
var helpFormatter: HelpFormatter
The help formatter for this command |
|
var helpOptionMessage: String
The description of the help option. |
|
var helpOptionNames: Set<String>
The names to use for the help option. |
|
var tokenTransformer: Context.(String) -> String
An optional transformation function that is called to transform command line |