feat: 增强命令帮助文档,添加详细说明和示例
This commit is contained in:
@@ -6,6 +6,7 @@ func CommandSwag(root *cobra.Command) {
|
||||
cmd := &cobra.Command{
|
||||
Use: "swag",
|
||||
Short: "Generate swag docs",
|
||||
Long: `Swagger 文档相关命令组:包含 init(生成文档)与 fmt(格式化注释)。`,
|
||||
}
|
||||
cmds := []func(*cobra.Command){
|
||||
CommandSwagInit,
|
||||
|
||||
Reference in New Issue
Block a user