nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "mkfifo",
  "description": "Make FIFOs (first-in, first-out)",
  "options": [
    {
      "names": [
        "-m"
      ],
      "description": "Set the file permission bits of newly-created fifos to mode, without respect to the current umask; the mode is specified as in chmod(1)",
      "takes_arg": true,
      "arg": {
        "name": "MODE",
        "suggestions": [
          "0666",
          "0644",
          "0444"
        ]
      }
    }
  ],
  "args": [
    {
      "name": "FIFO",
      "description": "FIFO(s) to create",
      "is_variadic": true
    }
  ]
}