migrateCommand top-level property

FigSubcommand migrateCommand
final

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')],
);