nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "tee",
  "description": "Duplicate standard input",
  "options": [
    {
      "names": [
        "-a"
      ],
      "description": "Append the output to the files rather than overwriting them"
    },
    {
      "names": [
        "-i"
      ],
      "description": "Ignore the SIGINT signal"
    }
  ],
  "args": [
    {
      "name": "file",
      "description": "Pathname of an output file",
      "is_variadic": true,
      "template": "filepaths"
    }
  ]
}