just
just copied to clipboard
List just-recipes only from a group
using just 1.40.0
I usually group my just-recipes per command:
[group: 'foo']
foo-install:
...
with just list you can list all commands.
with more and more recipes, this output becomes longer and longer.
I'm looking for an elegant way to list only the commands from a specific group.
Ideally something like a group-option when using the list:
just --list --group foo