Skip to content

docs: quote template run examples - #1472

Open
Guflly wants to merge 1 commit into
evilmartians:masterfrom
Guflly:docs/quote-template-runs
Open

docs: quote template run examples#1472
Guflly wants to merge 1 commit into
evilmartians:masterfrom
Guflly:docs/quote-template-runs

Conversation

@Guflly

@Guflly Guflly commented Jul 27, 2026

Copy link
Copy Markdown

Closes #1467

Context

YAML treats a leading { in an unquoted value as the start of a flow mapping, so the documented commands fail to parse before template substitution.

Changes

Quote the four run examples that begin with {dip} or {wrapper}.

Confidence Score: 5/5

The PR appears safe to merge because the documentation examples now parse correctly without altering the commands users intend to run.

YAML removes the delimiting quotes when decoding these values, so the examples retain the intended template commands while avoiding the invalid unquoted leading-brace form.

Reviews (1): Last reviewed commit: "docs: quote template run examples" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documented unquoted template syntax causes YAML parsing error

1 participant