We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76591e6 commit cbdd770Copy full SHA for cbdd770
Makefile
@@ -37,6 +37,6 @@ devguard-scanner::
37
go build $(FLAGS) -o devguard-scanner cmd/devguard-scanner/main.go
38
39
docs::
40
- swag init -g cmd/devguard/main.go -o docs
+ swag init -g cmd/devguard/main.go -o docs --v3.1
41
@rm -f docs/docs.go
42
@echo "OpenAPI spec generated at docs/swagger.json and docs/swagger.yaml"
0 commit comments