Skip to content

Commit 3705152

Browse files
authored
Merge pull request #79 from alexsoft/patch-1
Updated README.md.twig to include --rm flag
2 parents 84e38f6 + fd124f5 commit 3705152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/README.md.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This client is generated using [docler-labs/api-client-generator](https://github
44

55
You can generate the client with the following command:
66
```bash
7-
docker run -it \
7+
docker run -it --rm \
88
-v <local-path-to-api>/doc/openapi.yaml:/openapi.yaml:ro \
99
-v <local-path-to-client>:/client \
1010
-e NAMESPACE={{ addslashes(namespace) }} \

test/suite/functional/Meta/ReadmeMd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This client is generated using [docler-labs/api-client-generator](https://github
44

55
You can generate the client with the following command:
66
```bash
7-
docker run -it \
7+
docker run -it --rm \
88
-v <local-path-to-api>/doc/openapi.yaml:/openapi.yaml:ro \
99
-v <local-path-to-client>:/client \
1010
-e NAMESPACE=Test \

0 commit comments

Comments
 (0)