From 2363ab59c476eca6e93a77a5bbcc7b3585d6eb25 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 12 Aug 2024 17:18:18 +0800 Subject: [PATCH] chore: add default to just --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 25f553a0..60d9e891 100644 --- a/Justfile +++ b/Justfile @@ -14,6 +14,10 @@ utils_nu := absolute_path("utils.nu") # ############################################################################ +# List all the just commands +default: + @just --list + # Run eval tests [group('nix')] test: