Skip to content

Whole-file documentation #3290

@tgross35

Description

@tgross35

It would be nice if there was a way to document the entire justfile and include it in --list, which would be helpful for overviews or mentioning how commands relate. For example:

##! This handles the setup and running of foo. Note that commands bar
##! and baz interact, and if you run qux you will eventually later need to
##! run quux. If you are just getting started, you probably want corge.

# First recipe
default:
    just --list

# ...

Could render as:

$ just
This handles the setup and running of foo. Note that commands bar
and baz interact, and if you run qux you will eventually later need to
run quux. If you are just getting started, you probably want corge.

Available recipes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions