docs: document GLAB_NO_PROMPT and mark NO_PROMPT deprecated
What does this MR do?
Documents the GLAB_NO_PROMPT environment variable and clarifies that the unprefixed NO_PROMPT is a deprecated alias.
GLAB_NO_PROMPT was referenced only in cmd/glab/main.go and appeared in no user-facing documentation, while NO_PROMPT was presented as the primary variable even though it is the deprecated, unprefixed form (using it prints a deprecation warning steering users to GLAB_NO_PROMPT).
Changes
internal/commands/root.go: In thehelp:environmentannotation, makeGLAB_NO_PROMPTthe primary entry and document its accepted values (true/1to disable,false/0to enable); markNO_PROMPTas a deprecated alias.docs/source/_index.md: Regenerated env-var table reflecting the annotation change.README.md: Add aGLAB_NO_PROMPTrow to the env-var table and markNO_PROMPTas deprecated.internal/iostreams/iostreams.go: Fix the staleIsInteractivedoc comment that referenced onlyNO_PROMPT.
Related issues
Closes #8336 (closed)