{
    "content": [
        {
            "type": "text",
            "text": "# bundle-clean(1) (man)\n\n**Summary:** bundle-clean - Cleans up unused gems in your bundler directory\n\n**Synopsis:** bundle clean [--dry-run] [--force]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --dry-run | — | Print the changes, but do not clean the unused gems. |\n| — | --force | — | Force a clean even if --path is not set. December 2021 BUNDLE-CLEAN(1) |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **OPTIONS** (1 lines) — 2 subsections\n  - --dry-run (2 lines)\n  - --force (6 lines)\n\n## Full Content\n\n### NAME\n\nbundle-clean - Cleans up unused gems in your bundler directory\n\n### SYNOPSIS\n\nbundle clean [--dry-run] [--force]\n\n### DESCRIPTION\n\nThis  command  will remove all unused gems in your bundler directory. This is useful when you\nhave made many changes to your gem dependencies.\n\n### OPTIONS\n\n#### --dry-run\n\nPrint the changes, but do not clean the unused gems.\n\n#### --force\n\nForce a clean even if --path is not set.\n\n\n\n\nDecember 2021                            BUNDLE-CLEAN(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-clean",
        "section": "1",
        "mode": "man",
        "summary": "bundle-clean - Cleans up unused gems in your bundler directory",
        "synopsis": "bundle clean [--dry-run] [--force]",
        "flags": [
            {
                "flag": "",
                "long": "--dry-run",
                "arg": null,
                "description": "Print the changes, but do not clean the unused gems."
            },
            {
                "flag": "",
                "long": "--force",
                "arg": null,
                "description": "Force a clean even if --path is not set. December 2021 BUNDLE-CLEAN(1)"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--dry-run",
                        "lines": 2,
                        "long": "--dry-run"
                    },
                    {
                        "name": "--force",
                        "lines": 6,
                        "long": "--force"
                    }
                ]
            }
        ]
    }
}