menu
consolekit package
documentation
consolekit.dart
CommandOption
possibleDescriptions property
possibleDescriptions property
dark_mode
light_mode
possibleDescriptions
property
Map
<
String
,
String
>
?
possibleDescriptions
final
Defines the help text for the possible values.
Implementation
final Map<String, String>? possibleDescriptions;
consolekit package
documentation
consolekit
CommandOption
possibleDescriptions property
CommandOption class