debugProxyOptions top-level property

List<Option> debugProxyOptions
final

Implementation

final List<Option> debugProxyOptions = [

  Option(
    name: '--debug',
    description: 'Print debugging information'
  ),
  Option(
    name: '--httpProxy',
    description: 'Proxy server address to route requests through',
    args: [
      Arg(
      name: 'httpProxy'
    )
    ]
  ),
  Option(
    name: '--httpProxyCertificateFilename',
    description: 'Certificate file to use when connecting using a proxy server',
    args: [
      Arg(
      name: 'httpProxyCertificateFilename'
    )
    ]
  )
];