{
    "content": [
        {
            "type": "text",
            "text": "# bundle-list(1) (man)\n\n## NAME\n\nbundle-list - List all the gems in the bundle\n\n## SYNOPSIS\n\nbundle  list  [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[\nGROUP...]]\n\n## DESCRIPTION\n\nPrints a list of all the gems in the bundle including their version.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (4 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-list",
        "section": "1",
        "mode": "man",
        "summary": "bundle-list - List all the gems in the bundle",
        "synopsis": "bundle  list  [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[\nGROUP...]]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": "--name-only",
                "arg": null,
                "description": "Print only the name of each gem."
            },
            {
                "flag": "",
                "long": "--paths",
                "arg": null,
                "description": "Print the path to each gem in the bundle."
            },
            {
                "flag": "",
                "long": "--without-group",
                "arg": "<list>",
                "description": "A space-separated list of groups of gems to skip during printing."
            },
            {
                "flag": "",
                "long": "--only-group",
                "arg": "<list>",
                "description": "A space-separated list of groups of gems to print. December 2021 BUNDLE-LIST(1)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--name-only",
                        "lines": 2,
                        "long": "--name-only"
                    },
                    {
                        "name": "--paths",
                        "lines": 2,
                        "long": "--paths"
                    },
                    {
                        "name": "--without-group=<list>",
                        "lines": 2,
                        "long": "--without-group",
                        "arg": "<list>"
                    },
                    {
                        "name": "--only-group=<list>",
                        "lines": 6,
                        "long": "--only-group",
                        "arg": "<list>"
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "bundle-list - List all the gems in the bundle\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bundle  list  [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[\nGROUP...]]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Prints a list of all the gems in the bundle including their version.\n\nExample:\n\nbundle list --name-only\n\nbundle list --paths\n\nbundle list --without-group test\n\nbundle list --only-group dev\n\nbundle list --only-group dev test --paths\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "--name-only",
                        "content": "Print only the name of each gem.\n",
                        "long": "--name-only"
                    },
                    {
                        "name": "--paths",
                        "content": "Print the path to each gem in the bundle.\n",
                        "long": "--paths"
                    },
                    {
                        "name": "--without-group=<list>",
                        "content": "A space-separated list of groups of gems to skip during printing.\n",
                        "long": "--without-group",
                        "arg": "<list>"
                    },
                    {
                        "name": "--only-group=<list>",
                        "content": "A space-separated list of groups of gems to print.\n\n\n\n\nDecember 2021                             BUNDLE-LIST(1)",
                        "long": "--only-group",
                        "arg": "<list>"
                    }
                ]
            }
        }
    }
}