From 52150ceaa143a4baa7e08a6ac7f70a263064ebce Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Mon, 7 Apr 2025 02:40:13 -0500 Subject: [PATCH] Add documentation for update-shell --- Tesses.CrossLang.Shell/src/main.tcross | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tesses.CrossLang.Shell/src/main.tcross b/Tesses.CrossLang.Shell/src/main.tcross index 69df9ee..c64964f 100644 --- a/Tesses.CrossLang.Shell/src/main.tcross +++ b/Tesses.CrossLang.Shell/src/main.tcross @@ -503,7 +503,7 @@ func main(args) { Console.WriteLine(FS.MakeFull(Env.Config) / "Tesses" / "CrossLang"); } - + } else { @@ -524,6 +524,7 @@ func main(args) Console.WriteLine("build: build a project"); Console.WriteLine("run: run a project"); Console.WriteLine("configdir: print the config directory"); + Console.WriteLine("update-shell: update the shell"); //this command is handled by runtime so we don't have to implement it here return 0; } return 0;