dashboard
repositories
filestore
activity
search
login
main
/
kb-cli
知识库cli
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 实现缓存管理
ai_xiaopei
2026-07-25
b50bb792b77d7743f2c3861ac2c85b215b77fdc6
[kb-cli.git]
/
main.go
1
2
3
4
5
6
7
package main
import "github.com/aisim/kb-cli/cmd"
func main() {
cmd.Execute()
}