We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
just
1 parent bb97ed0 commit 2f2196eCopy full SHA for 2f2196e
justfile
@@ -1,7 +1,8 @@
1
# ======================== development commands ============================= #
2
3
-# build the project if given no other arguments.
4
-default: build
+# choose a command if given no other arguments.
+default:
5
+ just --choose
6
7
# === common commands === #
8
0 commit comments