{
    "content": [
        {
            "type": "text",
            "text": "# bundle-show (man)\n\n## NAME\n\nbundle-show - Shows all the gems in your bundle, or the path to a gem\n\n## SYNOPSIS\n\nbundle show [GEM] [--paths]\n\n## DESCRIPTION\n\nWithout  the  [GEM] option, show will print a list of the names and versions of all gems that\nare required by your [Gemfile(5)][Gemfile(5)], sorted by name.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-show",
        "section": "",
        "mode": "man",
        "summary": "bundle-show - Shows all the gems in your bundle, or the path to a gem",
        "synopsis": "bundle show [GEM] [--paths]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--paths",
                "arg": null,
                "description": "List the paths of all gems that are required by your [Gemfile(5)][Gemfile(5)], sorted by gem name. December 2021 BUNDLE-SHOW(1)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--paths",
                        "lines": 7,
                        "long": "--paths"
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "bundle-show - Shows all the gems in your bundle, or the path to a gem\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bundle show [GEM] [--paths]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Without  the  [GEM] option, show will print a list of the names and versions of all gems that\nare required by your [Gemfile(5)][Gemfile(5)], sorted by name.\n\nCalling show with [GEM] will list the exact location of that gem on your machine.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "--paths",
                        "content": "List the paths of all gems that are required by your [Gemfile(5)][Gemfile(5)],  sorted\nby gem name.\n\n\n\n\nDecember 2021                             BUNDLE-SHOW(1)",
                        "long": "--paths"
                    }
                ]
            }
        }
    }
}