mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 16:57:29 +08:00
add tui to no-channel build variant
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user