Fix another-recipe output in README (#360)
This commit is contained in:
parent
89d7f7e7e0
commit
8371adab24
@ -118,7 +118,7 @@ One or more arguments specify the recipe(s) to run:
|
||||
|
||||
```sh
|
||||
$ just another-recipe
|
||||
Another recipe.
|
||||
This is another recipe.
|
||||
```
|
||||
|
||||
`just` prints each command to standard error before running it, which is why `echo 'This is a recipe!'` was printed. This is suppressed for lines starting with `@`, which is why `echo 'Another recipe.'` was not printed.
|
||||
|
Loading…
Reference in New Issue
Block a user