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