{
    "content": [
        {
            "type": "text",
            "text": "# MECH-DUMP (man)\n\n## NAME\n\nmech-dump - Dumps information about a web page\n\n## SYNOPSIS\n\nmech-dump [options] [file|url]\nOptions:\n--headers              Dump HTTP response headers\n--forms                Dump table of forms (default action)\n--links                Dump table of links\n--images               Dump table of images\n--all                  Dump all four of the above, in that order\n--text                 Dumps the textual part of the web page\n--user=user            Set the username\n--password=pass        Set the password\n--cookie-file=filename Set the filename to use for persistent cookies\n--agent=agent          Specify the UserAgent to pass\n--agent-alias=alias\nSpecify the alias for the UserAgent to pass.\nPick one of:\n* Windows IE 6\n* Windows Mozilla\n* Mac Safari\n* Mac Mozilla\n* Linux Mozilla\n* Linux Konqueror\n--absolute             Show URLs as absolute, even if relative in the page\n--help                 Show this message\nThe order of the options specified is relevant.  Repeated options get repeated dumps.\n\"mech-dump\" will only work on HTML documents when used on remote URLs, but will assume any\nlocal file you pass it is HTML. If it is not, there won't be any usable results.\nProxy settings are specified through the environment (e.g.\n\"httpproxy=http://proxy.my.place/\").  See LWP::UserAgent for details.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "MECH-DUMP",
        "section": "",
        "mode": "man",
        "summary": "mech-dump - Dumps information about a web page",
        "synopsis": "mech-dump [options] [file|url]\nOptions:\n--headers              Dump HTTP response headers\n--forms                Dump table of forms (default action)\n--links                Dump table of links\n--images               Dump table of images\n--all                  Dump all four of the above, in that order\n--text                 Dumps the textual part of the web page\n--user=user            Set the username\n--password=pass        Set the password\n--cookie-file=filename Set the filename to use for persistent cookies\n--agent=agent          Specify the UserAgent to pass\n--agent-alias=alias\nSpecify the alias for the UserAgent to pass.\nPick one of:\n* Windows IE 6\n* Windows Mozilla\n* Mac Safari\n* Mac Mozilla\n* Linux Mozilla\n* Linux Konqueror\n--absolute             Show URLs as absolute, even if relative in the page\n--help                 Show this message\nThe order of the options specified is relevant.  Repeated options get repeated dumps.\n\"mech-dump\" will only work on HTML documents when used on remote URLs, but will assume any\nlocal file you pass it is HTML. If it is not, there won't be any usable results.\nProxy settings are specified through the environment (e.g.\n\"httpproxy=http://proxy.my.place/\").  See LWP::UserAgent for details.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 38,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "mech-dump - Dumps information about a web page\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 2.18\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "mech-dump [options] [file|url]\n\nOptions:\n\n--headers              Dump HTTP response headers\n--forms                Dump table of forms (default action)\n--links                Dump table of links\n--images               Dump table of images\n--all                  Dump all four of the above, in that order\n\n--text                 Dumps the textual part of the web page\n\n--user=user            Set the username\n--password=pass        Set the password\n--cookie-file=filename Set the filename to use for persistent cookies\n\n--agent=agent          Specify the UserAgent to pass\n--agent-alias=alias\nSpecify the alias for the UserAgent to pass.\nPick one of:\n* Windows IE 6\n* Windows Mozilla\n* Mac Safari\n* Mac Mozilla\n* Linux Mozilla\n* Linux Konqueror\n\n--absolute             Show URLs as absolute, even if relative in the page\n--help                 Show this message\n\nThe order of the options specified is relevant.  Repeated options get repeated dumps.\n\n\"mech-dump\" will only work on HTML documents when used on remote URLs, but will assume any\nlocal file you pass it is HTML. If it is not, there won't be any usable results.\n\nProxy settings are specified through the environment (e.g.\n\"httpproxy=http://proxy.my.place/\").  See LWP::UserAgent for details.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "WWW::Mechanize\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Andy Lester <andy at petdance.com>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2004 by Andy Lester.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the\nPerl 5 programming language system itself.\n\nperl v5.38.2                                 2024-03-01                                MECH-DUMP(1p)",
                "subsections": []
            }
        }
    }
}