Closed
Description
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
Labels
No labels