argumentHelp property

  1. @override
String get argumentHelp
override

Implementation

@override
String get argumentHelp {
  final choicesText = choices.map((c) => "  ${c.textValue} - ${c.help}");
  return choicesText.join("\n");
}