mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 02:25:20 +00:00
fix path to input (#4094)
This commit is contained in:
parent
682af7c4f3
commit
28e9cf5d3c
@ -68,7 +68,7 @@ Here's an example generating a Go client:
|
||||
```bash
|
||||
docker run --rm \
|
||||
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
|
||||
-i petstore.yaml \
|
||||
-i /local/petstore.yaml \
|
||||
-g go \
|
||||
-o /local/out/go
|
||||
```
|
||||
|
@ -158,7 +158,7 @@ class Index extends React.Component {
|
||||
| \`\`\`bash
|
||||
| docker run --rm \\
|
||||
| -v \${PWD}:/local openapitools/openapi-generator-cli generate \\
|
||||
| -i petstore.yaml \\
|
||||
| -i /local/petstore.yaml \\
|
||||
| -g go \\
|
||||
| -o /local/out/go
|
||||
| \`\`\`
|
||||
|
Loading…
Reference in New Issue
Block a user