nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "twilio",
  "description": "Manage your Twilio resources from your terminal",
  "subcommands": [
    {
      "name": "help",
      "args": [
        {
          "name": "command"
        }
      ]
    }
  ],
  "options": [
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Show a help message"
    }
  ],
  "args": [
    {
      "name": "command"
    }
  ]
}