Skip to content

Feature request: distinction between doc and non-doc comments #1273

Closed
@neunenak

Description

@neunenak

It would be handy if I could write a justfile like:

# Do the thing
## Doing the thing is important for reason X - but make sure *not* do to the thing in circumstance Y, then you want
## to do other-thing Z.
do-thing arg1 arg2:
    do-some-stuff

And have this show up in just --list as:

do-thing arg1 arg2 # Do the thing

without printing the more detailed comments that begin with a double-#.

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