nighthawk 0.1.1

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "clear",
  "description": "Clear the terminal screen",
  "options": [
    {
      "names": [
        "-T"
      ],
      "description": "Indicates the type of terminal",
      "takes_arg": true,
      "arg": {
        "name": "type"
      }
    },
    {
      "names": [
        "-V"
      ],
      "description": "Reports version of ncurses used in this program, and exits"
    },
    {
      "names": [
        "-x"
      ],
      "description": "Do not attempt to clear terminal's scrollback buffer using the extended E3 capability"
    }
  ]
}