nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "rushx",
  "description": "Run arbitrary package scripts for rush project. analogous to npm run",
  "options": [
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Show this help message and exit"
    },
    {
      "names": [
        "-q",
        "--quiet"
      ],
      "description": "Hide rushx startup information"
    }
  ],
  "args": [
    {
      "name": "Scripts",
      "description": "Script to run from your package.json"
    }
  ]
}