chore(justfile): group recipes for just --list (VA-31) #26
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/justfile-groups-va-31"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add
[group('...')]attributes to public recipes in thejustfilesojust --listrenders them under category headings instead of a single flat alphabetical list. Groups:build,check,clean,dev,info,setup. Private recipes already hide from--listand are untouched. No recipes renamed; all existing invocations (just dev,just check, etc.) continue to work unchanged.Closes VA-31.
Test plan
just --version>= 1.27 (1.42.4 on dev box)just --listrenders recipes grouped under[build],[check],[clean],[dev],[info],[setup]headingsjust check,just dev,just cleanstill resolve unchangedjust --list(VA-31)