aliases property

  1. @override
List<String> aliases
override

Alternate names for this command.

These names won't be used in the documentation, but they will work when invoked on the command line.

This is intended to be overridden.

Implementation

@override
List<String> get aliases => _aliases;