help property

  1. @CliOption(negatable: false, help: 'Prints usage information.')
bool help
getter/setter pair

Implementation

@CliOption(
  negatable: false,
  help: 'Prints usage information.',
)
bool help;