[mike@mwxm4]

This commit is contained in:
2026-08-11 15:07:21 +02:00
parent 39f5b48d94
commit 682ac2a4a4
8 changed files with 797 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ var builtinCmds = map[string]bool{
"pushremote": true, "deleteremote": true, "overview": true, "archive": true, "init": true,
"login": true, "cd": true, "checkout": true, "clone": true, "cloneall": true,
"count": true, "tag": true, "alias": true,
"unalias": true, "config": true, "release": true,
"unalias": true, "config": true, "release": true, "update": true,
}
func isBuiltin(name string) bool { return builtinCmds[name] }