From 33ddc67e439a697907566b07f63be19b0d304f7b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 1 Jul 2022 01:12:02 +0530 Subject: bin: Do not build index or parameterize for `tissue run-web'. * bin/tissue (main): Do not build index or parameterize for `tissue run-web'. --- bin/tissue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tissue b/bin/tissue index 4b524b8..2237652 100755 --- a/bin/tissue +++ b/bin/tissue @@ -303,6 +303,8 @@ top-level of the git repository." (match-lambda* ((_ (or "-h" "--help")) (print-usage)) + ((_ "run-web" args ...) + (apply tissue-run-web args)) ((_ command args ...) (guard (c ((issue-file-not-found-error? c) (display (string-append "No such file or directory: " @@ -348,7 +350,6 @@ top-level of the git repository." ("show" tissue-show) ("repl" tissue-repl) ("web" tissue-web) - ("run-web" tissue-run-web) ("index" tissue-index) (invalid-command (format (current-error-port) "Invalid command `~a'~%~%" -- cgit v1.2.3