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 lint
``` ```
Recipes in submodules can be listed with `just --list PATH`, where `PATH` is a Recipes in [submodules](#modules1190) can be listed with `just --list PATH`,
space- or `::`-separated module path: where `PATH` is a space- or `::`-separated module path:
``` ```
$ cat justfile $ cat justfile
@ -3145,7 +3145,7 @@ import? 'foo/bar.just'
Missing source files for optional imports do not produce an error. 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 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 currently unstable, so you'll need to use the `--unstable` flag, or set the