Skip to content

Commit 191f855

Browse files
committed
Change default just recipe to --list
1 parent 59de43d commit 191f855

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

justfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ alias t := test
77
alias u := update-deps
88
alias w := watch-dev
99

10-
# Interactive recipe chooser
1110
[private]
12-
choose:
13-
# First command in the file is invoked by default
14-
@just --choose
11+
list:
12+
@# First command in the file is invoked by default
13+
@just --list
1514

1615
# Build plugin zip for GitHub release
1716
build:

0 commit comments

Comments
 (0)