{
    "content": [
        {
            "type": "text",
            "text": "# DH_BASH-COMPLETION (man)\n\n## NAME\n\ndhbash-completion - install bash completions for package\n\n## SYNOPSIS\n\ndhbash-completion [debhelper options]\n\n## DESCRIPTION\n\ndhbash-completion is a debhelper program that is responsible for installing completions for\nbash, usable installing the \"bash-completion\" package.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DH_BASH-COMPLETION",
        "section": "",
        "mode": "man",
        "summary": "dhbash-completion - install bash completions for package",
        "synopsis": "dhbash-completion [debhelper options]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "debhelper",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/debhelper/1/json"
            },
            {
                "name": "bash",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/bash/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "dhbash-completion - install bash completions for package\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "dhbash-completion [debhelper options]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "dhbash-completion is a debhelper program that is responsible for installing completions for\nbash, usable installing the \"bash-completion\" package.\n\nIf a file named debian/package.bash-completion exists, then different actions are performed,\ndepending on its format.\n\nIt can be a proper completion snippet, and in that case it would be installed in the\ncompletion directory, and no other actions would be performed.\n\nIt can also be a list of files, with an optionally specified name to call the completion\nsnippet after. The file format is as follows:\n\nmy/path/to/foo-completion       # this would be installed as \"foo-completion\"\nmy/path/to/bar-completion  baz  # this would be installed as \"baz\"\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "debhelper(1)\n\nThis program is a part of bash-completion.\n\nbash(1)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "David Paleino <d.paleino@gmail.com>\n\n\n\n2.11                                         2021-11-15                        DHBASH-COMPLETION(1)",
                "subsections": []
            }
        }
    }
}