Skip to content

Commit 8b907f6

Browse files
tac0turtleclaude
andcommitted
build: make just list recipes by default
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b5f466e commit 8b907f6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

justfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ tool_ldflags := "-X main.Version=" + version + " -X main.GitSHA=" + gitsha
1111
# Build directory
1212
build_dir := justfile_directory() / "build"
1313

14-
# Default recipe: build
15-
default: build
16-
17-
# Show available recipes
18-
help:
14+
# List available recipes when running `just` with no args
15+
default:
1916
@just --list
2017

2118
# ─── Build ────────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)