help top-level property
Implementation
final FigOption help = FigOption(
name: ['-h', '--help'],
description: 'Print this usage information',
);
final FigOption help = FigOption(
name: ['-h', '--help'],
description: 'Print this usage information',
);