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