nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "which",
  "description": "Locate a program in the user's PATH",
  "options": [
    {
      "names": [
        "-s"
      ],
      "description": "No output, return 0 if all the executables are found, 1 if not"
    },
    {
      "names": [
        "-a"
      ],
      "description": "List all instances of executables found, instead of just the first"
    }
  ],
  "args": [
    {
      "name": "names",
      "is_variadic": true
    }
  ]
}