From cf9861216b8f2200535482f37d2f83f25a934493 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Sep 2022 12:36:09 -0700 Subject: [PATCH] Comment for 'just docs' command This shows up in 'just -l' --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index a479717..66863f6 100644 --- a/Justfile +++ b/Justfile @@ -20,6 +20,7 @@ @cog: pipenv run cog -r README.md docs/*.rst +# Serve live docs on localhost:8000 @docs: cog cd docs && pipenv run make livehtml