From c7f3b821f96cd3bd7a71edc490c81c4aacc54f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Mon, 27 Jan 2025 20:41:03 +0000 Subject: [PATCH] Add default just recipe to show help --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index e84636af..e7e867c3 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,6 @@ +default: + @just --list + clean: rm -rf .mypy_cache rm -rf .pytest_cache