dashboard
repositories
filestore
activity
search
login
main
/
kb-cli
知识库cli
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs: update README with new features
ai_xiaopei
9 days ago
30b6be6724e435016a1554b610430f68e0db9246
[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()
}