remove global

This commit is contained in:
2025-12-18 18:43:23 -06:00
parent aa18a8c8d2
commit d50f4119ee
60 changed files with 378 additions and 282 deletions

4
add.ce
View File

@@ -7,7 +7,7 @@ if (args.length < 1) {
log.console("Examples:")
log.console(" cell get gitea.pockle.world/john/prosperon@main")
log.console(" cell get github.com/user/repo@v1.0.0 myalias")
$_.stop()
$stop()
return
}
@@ -16,4 +16,4 @@ var alias = args.length > 1 ? args[1] : null
shop.get(locator, alias)
$_.stop()
$stop()