typeOption top-level property
Implementation
final FigOption typeOption = FigOption(
name: ['--type', '-t'],
description: 'Type of invocation',
args: [
FigArg(name: 'type'),
],
);
final FigOption typeOption = FigOption(
name: ['--type', '-t'],
description: 'Type of invocation',
args: [
FigArg(name: 'type'),
],
);