migrateCommand top-level property
Implementation
final FigSubcommand migrateCommand = FigSubcommand(
name: ['migrate'],
description:
'Migrates the app dependencies to a form compatible with NativeScript 6.0',
isDangerous: true,
options: [helpOption('migrate')],
);