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

@@ -38,9 +38,9 @@ func Tesses.CrossLang.Shell.Build(dd)
conf = option.Value;
}
}
var pm = Tesses.CrossLang.PackageManager();
var pm = new Tesses.CrossLang.PackageManager();
pm.Offline = offline;
var bt = Tesses.CrossLang.BuildTool(pm);
var bt = new Tesses.CrossLang.BuildTool(pm);
bt.Config = conf;
bt.AllowFullCompTime = allowFullCompTime;
bt.BuildProject(buildPath);