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