We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faeb9cd commit ec463e4Copy full SHA for ec463e4
cmd/validate/main.go
@@ -82,7 +82,7 @@ If not specified, the default libopenapi regex engine is "re2"".`)
82
//
83
// Example usage:
84
85
-// validate --regexengine=ecmascript ./my-api-spec.yaml
+// go run main.go --regexengine=ecmascript ./my-api-spec.yaml
86
87
// If validation passes, the tool logs a success message.
88
// If the document is invalid or there is a processing error, it logs details and exits non-zero.
0 commit comments