{
    "content": [
        {
            "type": "text",
            "text": "# helpztags (man)\n\n## NAME\n\nhelpztags - generate the help tags file for directory\n\n## SYNOPSIS\n\nhelpztags DIRS...\n\n## DESCRIPTION\n\nhelpztags scans given directories for *.txt and *.txt.gz files.  Each file is scanned for\ntags used in vim help files. For each directory proper tags file is generated.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHORS**\n- **REPORTING BUGS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "helpztags",
        "section": "",
        "mode": "man",
        "summary": "helpztags - generate the help tags file for directory",
        "synopsis": "helpztags DIRS...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "helpztags - generate the help tags file for directory\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "helpztags DIRS...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "helpztags scans given directories for *.txt and *.txt.gz files.  Each file is scanned for\ntags used in vim help files. For each directory proper tags file is generated.\n\nThere should be at least one directory given. In other case program exits with error.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Written by Jakub Turski and Artur R. Czechowski based on idea contained in vim sources for\nits :helptags command.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Please use a Debian reportbug command or procedure described at http://bugs.debian.org/.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Read :help helptags in vim for detailed information about helptags.\n\n\n\nvim 8.2                                      August 2010                                HELPZTAGS(1)",
                "subsections": []
            }
        }
    }
}