add tui to no-channel build variant

This commit is contained in:
lpf
2026-03-10 18:28:32 +08:00
parent 06021d03c0
commit 65ff318ae3
7 changed files with 1600 additions and 69 deletions

View File

@@ -71,6 +71,8 @@ func main() {
nodeCmd()
case "skills":
skillsCmd()
case "tui":
tuiCmd()
case "version", "--version", "-v":
fmt.Printf("%s clawgo v%s\n", logo, version)
case "uninstall":