otherOptions top-level property

List<Option> otherOptions
final

Implementation

final List<Option> otherOptions = [

  Option(
    name: '--verbose',
    description: 'Enables verbose progress and error messages'
  ),
  Option(
    name: '--debug',
    description: 'Enables other progress and error messages'
  )
];