nighthawk 0.1.1

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "ldd",
  "description": "Print shared library dependencies",
  "options": [
    {
      "names": [
        "--help"
      ],
      "description": "Show help for ldd"
    },
    {
      "names": [
        "--version"
      ],
      "description": "Print version information and exit"
    },
    {
      "names": [
        "-d",
        "--data-relocs"
      ],
      "description": "Process data relocations"
    },
    {
      "names": [
        "-r",
        "--function-relocs"
      ],
      "description": "Process data and function relocations"
    },
    {
      "names": [
        "-u",
        "--unused"
      ],
      "description": "Print unused direct dependencies"
    },
    {
      "names": [
        "-v",
        "--verbose"
      ],
      "description": "Print all information"
    }
  ],
  "args": [
    {
      "name": "exe",
      "is_variadic": true,
      "template": "filepaths"
    }
  ]
}