ListCommand constructor

ListCommand()

Implementation

ListCommand() {
  super.argParser.addFlag(
        'description',
        abbr: 'd',
        help: 'whether to show descriptions or not',
        negatable: false,
      );
}