diff options
author | Arun Isaac | 2022-09-19 01:37:10 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-19 01:41:35 +0530 |
commit | 5b97a56df30b68fde74ba6cafd8048dffc07b3f3 (patch) | |
tree | 812fe5c2f6ed2930cac731be28768868bf438bb9 | |
parent | 2021a796b6f024fd69c636f58154aa4c9925243f (diff) | |
download | tissue-5b97a56df30b68fde74ba6cafd8048dffc07b3f3.tar.gz tissue-5b97a56df30b68fde74ba6cafd8048dffc07b3f3.tar.lz tissue-5b97a56df30b68fde74ba6cafd8048dffc07b3f3.zip |
bin: Separate development and deployment subcommands in listing.
* bin/tissue (print-usage): Separate development and deployment
subcommands in listing.
-rwxr-xr-x | bin/tissue | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |