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