registryOption top-level property
Implementation
final Option registryOption = Option(
name: '--registry',
description: 'The base URL of the npm registry',
args: [Arg(name: 'registry')],
);
final Option registryOption = Option(
name: '--registry',
description: 'The base URL of the npm registry',
args: [Arg(name: 'registry')],
);