val tokenTransformer: Context.(String) -> String
An optional transformation function that is called to transform command line tokens (options and commands) before parsing. This can be used to implement e.g. case insensitive behavior.
tokenTransformer
- An optional transformation function that is called to transform command line
tokens (options and commands) before parsing. This can be used to implement e.g. case insensitive
behavior.