zio.cli.CliConfig
See theCliConfig companion object
A CliConfig describes how arguments from the command-line are to be parsed by ZIO CLI.
Value parameters
- autoCorrectLimit
-
Threshold for when to show auto correct suggestions.
- caseSensitive
-
Whether or not to be case sensitive.
- finalCheckBuiltIn
-
Whether or not to check for a BuiltIn option even if it is not a valid command.
- showAllNames
-
Whether or not to show all the names of an option in the synopsis of a command.
- showTypes
-
Whether or not to show the type of an option in the synopsis of a command.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article