dryRun top-level property

FigOption dryRun
final

模拟运行选项

Implementation

final FigOption dryRun = FigOption(
  name: ['-n', '--dry-run'],
  description: 'Report what dependencies would change but don\'t change any',
);