flags property

Iterable<CommandFlag> get flags

Defines the command flags.

Implementation

Iterable<CommandFlag> get flags => [
      CommandFlag('help',
          short: 'h', description: 'Displays this help information.'),
    ];