Add documentation for update-shell

This commit is contained in:
2025-04-07 02:40:13 -05:00
parent 1a5975457f
commit 52150ceaa1

View File

@@ -503,7 +503,7 @@ func main(args)
{ {
Console.WriteLine(FS.MakeFull(Env.Config) / "Tesses" / "CrossLang"); Console.WriteLine(FS.MakeFull(Env.Config) / "Tesses" / "CrossLang");
} }
} }
else else
{ {
@@ -524,6 +524,7 @@ func main(args)
Console.WriteLine("build: build a project"); Console.WriteLine("build: build a project");
Console.WriteLine("run: run a project"); Console.WriteLine("run: run a project");
Console.WriteLine("configdir: print the config directory"); 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;
} }
return 0; return 0;