Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

项目组织

├── README.md
├── client: 向服务端发起请求的client
├── command: cli的命令/子命令解析; 应包含demo case、help docs、url link等,提高工具的易用性
├── root.go: cli执行入口,`rootCommand.Execute()`
├── run:调用client,执行具体的service逻辑
└── utils:辅助工具库

调用链路

cmd/main.go internal/cli root.go --> command --> run --> SeelieClient -http-> Seelie API Server

长期

命令帮助文档的文案优化

About

命令行客户端

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages