nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "luz",
  "description": "A next-generation build system for Apple Darwin-based systems",
  "subcommands": [
    {
      "name": "build",
      "description": "Build the target in the current directory",
      "options": [
        {
          "names": [
            "--help",
            "-h"
          ],
          "description": "Show help for the build command"
        },
        {
          "names": [
            "--clean",
            "-c"
          ],
          "description": "Clean the build directory before building"
        }
      ]
    },
    {
      "name": "gen",
      "description": "Generate a new project",
      "options": [
        {
          "names": [
            "--help",
            "-h"
          ],
          "description": "Show help for the gen command"
        },
        {
          "names": [
            "--type",
            "-t"
          ],
          "description": "The type of project to generate",
          "takes_arg": true,
          "arg": {
            "name": "type",
            "suggestions": [
              "tool",
              "tweak"
            ]
          }
        }
      ]
    }
  ],
  "options": [
    {
      "names": [
        "--help",
        "-h"
      ],
      "description": "Show help for Luz"
    }
  ]
}