{
    "content": [
        {
            "type": "text",
            "text": "# bundle-open (man)\n\n## NAME\n\nbundle-open - Opens the source directory for a gem in your bundle\n\n## SYNOPSIS\n\nbundle open [GEM]\n\n## DESCRIPTION\n\nOpens the source directory of the provided GEM in your editor.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-open",
        "section": "",
        "mode": "man",
        "summary": "bundle-open - Opens the source directory for a gem in your bundle",
        "synopsis": "bundle open [GEM]",
        "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": 17,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "bundle-open - Opens the source directory for a gem in your bundle\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bundle open [GEM]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Opens the source directory of the provided GEM in your editor.\n\nFor this to work the EDITOR or BUNDLEREDITOR environment variable has to be set.\n\nExample:\n\n\n\nbundle open ´rack´\n\n\n\nWill open the source directory for the ´rack´ gem in your bundle.\n\n\n\nDecember 2021                             BUNDLE-OPEN(1)",
                "subsections": []
            }
        }
    }
}