helpMessage property
String
get
helpMessage
Option help message.
Implementation
String get helpMessage => switch (this) {
help => 'Print this usage information.',
version => 'Print the tool version.',
verbose => 'Show additional command output.',
_ => '',
};