Context(parent: Context?, command: CliktCommand, allowInterspersedArgs: Boolean, autoEnvvarPrefix: String?, helpOptionNames: Set<String>, helpOptionMessage: String, helpFormatter: HelpFormatter, tokenTransformer: Context.(String) -> String, console: CliktConsole)
A object used to control command line parsing and pass data between commands.
A new Context instance is created for each command each time the command line is parsed.