mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
Merge branch 'master' into env-attribute
This commit is contained in:
commit
ccbd44b8c0
1 changed files with 2 additions and 2 deletions
|
|
@ -781,10 +781,10 @@ $ cat foo.just
|
|||
mod bar
|
||||
$ cat bar.just
|
||||
baz:
|
||||
$ just foo bar
|
||||
$ just --list foo bar
|
||||
Available recipes:
|
||||
baz
|
||||
$ just foo::bar
|
||||
$ just --list foo::bar
|
||||
Available recipes:
|
||||
baz
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue