Skip to content

Commit c942253

Browse files
Kasper JungeRalphify
authored andcommitted
docs: add unreferenced command behavior note to quick reference
Users who define commands but forget to add {{ commands.<name> }} placeholders won't see the output in their prompt. This detail was documented in how-it-works.md (48e2ce6) but missing from the quick-reference page that users bookmark. Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent 48e2ce6 commit c942253

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/quick-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Your instructions here. Use {{ args.dir }} for user arguments.
9595
```
9696

9797
- Output includes stdout + stderr regardless of exit code
98+
- Only commands referenced by a placeholder appear in the prompt — unreferenced commands still run but their output is excluded
9899
- Unmatched placeholders resolve to empty string
99100
- Must be `commands` (plural)
100101

0 commit comments

Comments
 (0)