nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "tail",
  "description": "Display the last part of a file",
  "options": [
    {
      "names": [
        "-f"
      ],
      "description": "Wait for additional data to be appended"
    },
    {
      "names": [
        "-r"
      ],
      "description": "Display in reverse order"
    }
  ],
  "args": [
    {
      "is_variadic": true,
      "template": "filepaths"
    }
  ]
}