helpAndVersionOptions top-level property

List<Option> helpAndVersionOptions
final

Implementation

final List<Option> helpAndVersionOptions = [

  Option(
    name: ['--help', '-h'],
    description: 'Prints help information',
    isPersistent: true
  ),
  Option(
    name: ['--version', '-V'],
    description: 'Prints version information',
    isPersistent: true
  )
];