From 8e2eede487b24908c89d60bce272e4269135e4ec Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Dec 2021 18:48:16 -0500 Subject: Extract repl program from bild This is basically building on top of bild's analysis, which is great becuase it means that bild is becoming a useful tool rather than a monolithic do-everything job runner. The eventual goal is for the bild analysis to be much more useful, maybe even provide data to remote repls or language-server or whatever. --- Biz/Bild/ShellHook.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz/Bild/ShellHook.sh') diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 274ab4e..96c2e56 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -3,6 +3,7 @@ function help() { echo "bizdev" | figlet | lolcat echo "" echo " bild compile code" + echo " repl start a repl" echo " ci run all builds and tests" echo " deps manage dependencies with niv" echo " help show this message" -- cgit v1.2.3