Skip to content

Commit ccbd44b

Browse files
authored
Merge branch 'master' into env-attribute
2 parents 00772f5 + 5efc18f commit ccbd44b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,10 @@ $ cat foo.just
781781
mod bar
782782
$ cat bar.just
783783
baz:
784-
$ just foo bar
784+
$ just --list foo bar
785785
Available recipes:
786786
baz
787-
$ just foo::bar
787+
$ just --list foo::bar
788788
Available recipes:
789789
baz
790790
```

0 commit comments

Comments
 (0)