1
0
mirror of https://github.com/casey/just synced 2024-06-29 06:24:38 +00:00

Link to modules when first introduced in readme (#2193)

This commit is contained in:
Casey Rodarmor 2024-06-25 14:59:42 -07:00 committed by GitHub
parent c900b6f478
commit 570d3058cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -656,8 +656,8 @@ Available recipes:
lint
```
Recipes in submodules can be listed with `just --list PATH`, where `PATH` is a
space- or `::`-separated module path:
Recipes in [submodules](#modules1190) can be listed with `just --list PATH`,
where `PATH` is a space- or `::`-separated module path:
```
$ cat justfile
@ -3145,7 +3145,7 @@ import? 'foo/bar.just'
Missing source files for optional imports do not produce an error.
### Modules <sup>1.19.0</sup>
### Modules<sup>1.19.0</sup>
A `justfile` can declare modules using `mod` statements. `mod` statements are
currently unstable, so you'll need to use the `--unstable` flag, or set the