capacitorOptions top-level property
Implementation
final List<FigOption> capacitorOptions = [
FigOption(
name: ['--help', '-h'],
description:
'Output usage information. Can be used with individual commands too',
isPersistent: true,
),
FigOption(
name: ['--version', '-V'],
description: 'Output the version number',
),
];