dryRun top-level property
模拟运行选项
Implementation
final FigOption dryRun = FigOption(
name: ['-n', '--dry-run'],
description: 'Report what dependencies would change but don\'t change any',
);
模拟运行选项
final FigOption dryRun = FigOption(
name: ['-n', '--dry-run'],
description: 'Report what dependencies would change but don\'t change any',
);