aliases property

  1. @override
List<String> aliases
getter/setter pairoverride-getter

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> aliases = ['update'];