cleanCommand top-level property

FigSubcommand cleanCommand
final

Implementation

final FigSubcommand cleanCommand = FigSubcommand(
  name: ['clean'],
  description: 'Clean your Nativescript project',
  options: [helpOption('clean')],
);