From 3943d4a17597ce1ddb403e7385cd8982c3d3c6be Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Fri, 23 May 2025 23:50:32 +0200 Subject: [PATCH] chore: justfile docs --- justfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/justfile b/justfile index 6e60ba3..22b92c8 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,16 @@ +set quiet +[private] +default: help + +# this help +help: + just --list --list-submodules + +# install pre-commit hooks hook-install: pre-commit install --install-hooks +# format using `treefmt` fmt: treefmt