-template string: Template file used to generate markdown (default: docs/sources/reference-server-api/index.template)
-output string: Output file for generated markdown (default: docs/sources/reference-server-api/index.md)
-help: Show help information
Example
# Generate documentation with default paths
go run .
# Generate documentation with custom paths
go run . -input ./openapi-specs -template ./custom.template -output ./api-docs.md