registryOption top-level property

Option registryOption
final

Implementation

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