{
    "content": [
        {
            "type": "text",
            "text": "# git-sh-i18n--envsubst(1) (man)\n\n## NAME\n\ngit-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks\n\n## SYNOPSIS\n\nevalgettext () {\nprintf \"%s\" \"$1\" | (\nexport PATH $(git sh-i18n--envsubst --variables \"$1\");\ngit sh-i18n--envsubst \"$1\"\n)\n}\n\n## DESCRIPTION\n\nThis is not a command the end user would want to run. Ever. This documentation is meant for\npeople who are studying the plumbing scripts and/or are writing new ones.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "git-sh-i18n--envsubst",
        "section": "1",
        "mode": "man",
        "summary": "git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks",
        "synopsis": "evalgettext () {\nprintf \"%s\" \"$1\" | (\nexport PATH $(git sh-i18n--envsubst --variables \"$1\");\ngit sh-i18n--envsubst \"$1\"\n)\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "GIT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "evalgettext () {\nprintf \"%s\" \"$1\" | (\nexport PATH $(git sh-i18n--envsubst --variables \"$1\");\ngit sh-i18n--envsubst \"$1\"\n)\n}\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is not a command the end user would want to run. Ever. This documentation is meant for\npeople who are studying the plumbing scripts and/or are writing new ones.\n\ngit sh-i18n--envsubst is Git’s stripped-down copy of the GNU envsubst(1) program that comes\nwith the GNU gettext package. It’s used internally by git-sh-i18n(1) to interpolate the\nvariables passed to the evalgettext function.\n\nNo promises are made about the interface, or that this program won’t disappear without\nwarning in the next version of Git. Don’t use it.\n",
                "subsections": []
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                          GIT-SH-I18N--ENV(1)",
                "subsections": []
            }
        }
    }
}