Skip to content

Commit

Permalink
Adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 23, 2024
1 parent 7e5ad64 commit f3196aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ depend on `just` variables and `.env` files.

### Sigils

Commands in linewise recipes may be prefixed with any combination of sigils
Commands in linewise recipes may be prefixed with any combination of the sigils
`-`, `@`, and `?`.

The `@` sigil toggles command echoing:
Expand All @@ -1566,6 +1566,8 @@ nonzero exit status:
# execution will continue, even if bar doesn't exist
foo:
-rmdir bar
mkdir bar
echo 'so much good stuff' > bar/stuff.txt
```

The `?` sigil<sup>master</sup> causes the current recipe to stop executing if
Expand Down

0 comments on commit f3196aa

Please sign in to comment.