infoCommand top-level property

FigSubcommand infoCommand
final

Implementation

final FigSubcommand infoCommand = FigSubcommand(
  name: ['info'],
  description:
      'Displays version information about the NativeScript CLI, core modules, and runtimes',
  options: [helpOption('info')],
);