From 544d95417e350d5bf8fa5ab402bec48e152d6228 Mon Sep 17 00:00:00 2001 From: Filip Lajszczak Date: Sat, 11 Nov 2023 21:19:07 +0000 Subject: ui: Add publish to list of subcommands. * haunt/ui.scm: Makes publish subcommand more discoverable by adding it to the list of subcommands displayed by top level --help --- haunt/ui.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt/ui.scm b/haunt/ui.scm index 94ac9b0..7a0d2dd 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -57,7 +57,7 @@ haunt-main)) (define commands - '("build" "serve")) + '("build" "publish" "serve")) (define program-name (make-parameter 'haunt)) -- cgit v1.2.3