clikt / com.github.ajalt.clikt.core / Context / <init>

<init>

Context(parent: Context?, command: CliktCommand, allowInterspersedArgs: Boolean, autoEnvvarPrefix: String?, helpOptionNames: Set<String>, helpOptionMessage: String, helpFormatter: HelpFormatter, tokenTransformer: Context.(String) -> String)

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.