Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document just 1.15.0 line continuation syntax #1751

Merged
merged 3 commits into from
Dec 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tweak
casey committed Dec 3, 2023
commit 9c95ea931dd2315c59ad3efeaa2c4b51196bc17d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2123,7 +2123,7 @@ dep2 \
echo 'Dependency with parameter {{param}}'
```

Backslash line continuations can also be used in interpolations. The line following the backslash must start with the same indentation as the recipe body, though additional indentation can be appended.
Backslash line continuations can also be used in interpolations. The line following the backslash must start with the same indentation as the recipe body, although additional indentation is accepted.

```just
recipe: