Skip to content

Commit

Permalink
Document module doc comments in readme (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jun 29, 2024
1 parent ef6a813 commit e0c0312
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3228,6 +3228,20 @@ mod? foo 'bar.just'
mod? foo 'baz.just'
```

Modules may be given doc comments which appear in `--list`
output<sup>master</sup>:

```mf
# foo is a great module!
mod foo
```

```sh
$ just --list
Available recipes:
foo ... # foo is a great module!
```

See the
[module stabilization tracking issue](https://github.com/casey/just/issues/929)
for more information.
Expand Down

0 comments on commit e0c0312

Please sign in to comment.