feat(swagger): allow users to specify the generated swagger file name (#4809)

This commit is contained in:
shaouai
2025-04-27 23:34:52 +08:00
committed by GitHub
parent eafd11d949
commit 98bebbc74f
3 changed files with 19 additions and 7 deletions

View File

@@ -76,6 +76,7 @@
"short": "Generate swagger file from api",
"dir": "{{.goctl.api.dir}}",
"api": "{{.goctl.api.api}}",
"filename": "The generated swagger file name without the extension",
"yaml": "Generate swagger yaml file, default to json"
}
},