nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "networkQuality",
  "description": "Measure the different aspects of network quality",
  "options": [
    {
      "names": [
        "-h"
      ],
      "description": "Show help for networkQuality"
    },
    {
      "names": [
        "-c"
      ],
      "description": "Produce computer readable output"
    },
    {
      "names": [
        "-s"
      ],
      "description": "Run tests sequentially instead of in parallel"
    },
    {
      "names": [
        "-v"
      ],
      "description": "Verbose output"
    },
    {
      "names": [
        "-C"
      ],
      "description": "Use a custom configuration URL",
      "takes_arg": true,
      "arg": {
        "name": "URL"
      }
    },
    {
      "names": [
        "-I"
      ],
      "description": "Bind test to interface",
      "takes_arg": true,
      "arg": {
        "name": "interface"
      }
    }
  ]
}