Add docs, turn args and buildessentials non classes into classes

This commit is contained in:
2025-09-18 05:03:07 -05:00
parent ccc2feb67f
commit cac59c863c
23 changed files with 562 additions and 99 deletions

View File

@@ -34,5 +34,6 @@ func Tesses.CrossLang.Shell.Default(dd)
Console.WriteLine("logout: logout from cpkg");
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
Console.WriteLine("docs: view docs for project, crvm or reference");
return 0;
}