nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "kill",
  "description": "Terminate or signal a process",
  "options": [
    {
      "names": [
        "-s"
      ],
      "description": "A symbolic signal name specifying the signal to be sent",
      "takes_arg": true,
      "arg": {
        "name": "signal_name"
      }
    },
    {
      "names": [
        "-l"
      ],
      "description": "If no operand is given, list the signal names; otherwise, write the signal name corresponding to exit_status",
      "takes_arg": true,
      "arg": {
        "name": "exit_status"
      }
    }
  ],
  "args": [
    {
      "name": "pid",
      "is_variadic": true
    }
  ]
}