helpCommand top-level property

FigSubcommand helpCommand
final

Implementation

final FigSubcommand helpCommand = FigSubcommand(
  name: ['help'],
  description: "Open the CLI's documentation in your web browser",
  options: [helpOption('help')],
);