Merge branch 'master' into env-attribute

This commit is contained in:
Greg Shuflin 2025-11-28 01:18:49 -08:00 committed by GitHub
commit ccbd44b8c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```