llmOS-Agent / cli-go /main.go
tech-envision
Add cross-platform Go CLI
98f8e86
raw
history blame
67 Bytes
package main
import "llm-cli/cmd"
func main() {
cmd.Execute()
}