nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "eleventy",
  "description": "Eleventy is a simpler static site generator",
  "options": [
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Show help message and exit"
    },
    {
      "names": [
        "-v",
        "--version"
      ],
      "description": "Show program's version number and exit"
    },
    {
      "names": [
        "--quiet"
      ],
      "description": "Don’t print all written files"
    },
    {
      "names": [
        "--watch"
      ],
      "description": "Wait for files to change and automatically rewrite"
    },
    {
      "names": [
        "--dryrun"
      ],
      "description": "Don’t write any files"
    },
    {
      "names": [
        "--input"
      ],
      "description": "Input template files",
      "takes_arg": true,
      "arg": {
        "name": "Template File",
        "template": "filepaths"
      }
    },
    {
      "names": [
        "--output"
      ],
      "description": "Write HTML output to this folder",
      "takes_arg": true,
      "arg": {
        "template": "folders"
      }
    },
    {
      "names": [
        "--serve"
      ],
      "description": "Run web server on port and watch them too"
    },
    {
      "names": [
        "--port"
      ],
      "description": "Run Web Server on specified port",
      "takes_arg": true,
      "arg": {
        "name": "port"
      }
    },
    {
      "names": [
        "--formats"
      ],
      "description": "Whitelist only certain template types",
      "takes_arg": true,
      "arg": {
        "name": "Template Names Separated by ,",
        "suggestions": [
          "md",
          "html",
          "ejs"
        ]
      }
    },
    {
      "names": [
        "--config"
      ],
      "description": "Override the eleventy config file path",
      "takes_arg": true,
      "arg": {
        "name": "Config File",
        "template": "filepaths"
      }
    },
    {
      "names": [
        "--pathprefix"
      ],
      "description": "Change all url template filters to use this subdirectory",
      "takes_arg": true,
      "arg": {
        "name": "Subdirectory",
        "template": "folders"
      }
    }
  ],
  "args": [
    {
      "template": "folders"
    }
  ]
}