jsonOption top-level property
Implementation
final FigOption jsonOption = FigOption(
name: ['--json'],
description: 'Show the output of the command in JSON format',
);
final FigOption jsonOption = FigOption(
name: ['--json'],
description: 'Show the output of the command in JSON format',
);