add login to shell

This commit is contained in:
2025-07-29 06:14:33 -05:00
parent 5333f05762
commit 8bb45eae15
10 changed files with 522 additions and 401 deletions

View File

@@ -0,0 +1,5 @@
func Tesses.CrossLang.Shell.ConfigDir(dd)
{
Console.WriteLine(Env.CrossLangConfig);
return 0;
}