nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "readlink",
  "description": "Display file status",
  "options": [
    {
      "names": [
        "-f"
      ],
      "description": "Display information using the specified format; similar to printf(3) formats in that they start with %, are then followed by a sequence of formatting characters, and end in a character that selects th",
      "takes_arg": true,
      "arg": {
        "name": "format"
      }
    },
    {
      "names": [
        "-n"
      ],
      "description": "Do not force a newline to appear at the end of each piece of output"
    }
  ],
  "args": [
    {
      "name": "file",
      "description": "File(s) to readlink",
      "is_variadic": true,
      "template": "filepaths"
    }
  ]
}