From 5b97a56df30b68fde74ba6cafd8048dffc07b3f3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 19 Sep 2022 01:37:10 +0530 Subject: bin: Separate development and deployment subcommands in listing. * bin/tissue (print-usage): Separate development and deployment subcommands in listing. --- bin/tissue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/tissue b/bin/tissue index 3bb5370..be83768 100755 --- a/bin/tissue +++ b/bin/tissue @@ -348,8 +348,12 @@ COMMAND must be one of the sub-commands listed below: search search issues show show the text of an issue repl run a Guile script in a tissue environment + +Develop: web-build build website of current repository web-dev serve built website and issues of current repository + +Deploy: web serve one or more repositories over HTTP pull pull latest from upstream repositories -- cgit v1.2.3