suggestionAliases property

List<String> suggestionAliases

Alternate non-functional names for this command.

These names won't be used in the documentation, and also they won't work when invoked on the command line. But if an unknown command is used it will be matched against this when creating suggestions.

A name does not have to be repeated both here and in aliases.

This is intended to be overridden.

Implementation

List<String> get suggestionAliases => const [];