chore(just): list recipes when run with no arguments #5
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MCPWEB-5-default-recipe-lists"
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?
just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's
defaultnever applied here and barejustrancheck(fmt + clippy + build) instead of printing the recipe list. Definedefaultexplicitly as the first recipe in this file and note in the header that recipe order matters.Also reflow the
checkdoc comment so its last line is a self-contained one-liner, which is whatjust --listshows.#MCPWEB-5