cdwv / oas3-api-snippet-enricher

Enrich your OpenAPI 3.0 JSON with code samples
MIT License
90 stars 13 forks source link

Fix: Typo - duplicate `>` char. #14

Closed teesloane closed 3 years ago

teesloane commented 3 years ago

Running through the readme -

./node_modules/.bin/snippet-enricher-cli --targets="node_request,shell_curl" --input=openapi.json > > openapi-with-examples.json

returns an error. Removing the duplicate right arrow char enables the command to run.