From 590dfdbac48c3e7dffb2401ff23edfff98259064 Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Fri, 6 Dec 2024 21:35:31 -0500 Subject: [PATCH] book/justfile:list available recipes --- book/justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/justfile b/book/justfile index c8e9ed65e..55768f994 100644 --- a/book/justfile +++ b/book/justfile @@ -1,4 +1,6 @@ -[private] +default: + @just --list +# install book depends init: @mdbook --version || cargo install mdbook --version 0.4.40 @mdbook-linkcheck --version || cargo install mdbook-linkcheck --version 0.7.7