help constant

BooleanFlag const help

Implementation

static const help = BooleanFlag(
  'help',
  short: 'h',
  description: 'Show this help message.',
);