frameworkPathOption top-level property
Implementation
final FigOption frameworkPathOption = FigOption(
name: ['--framework-path'],
description:
'Sets the path to a NativeScript runtime for the specified platform that you want to use instead of the default runtime. <File Path> must point to a valid npm package',
args: [FigArg(name: 'path', template: 'filepaths')],
);