Update usage.md (#5443)

This commit is contained in:
Johnny Peck
2020-02-26 01:25:00 -05:00
committed by GitHub
parent 427adc74f2
commit 6ad9fbc9a6

View File

@@ -230,7 +230,7 @@ An example bash completion script can be found in the repo at [scripts/openapi-g
## generate
The `generate` command is the workhorse of the generator toolset. As such, it has _many_ more options and the previous commands. The abbreviated options are below, but you may expand the full descriptions.
The `generate` command is the workhorse of the generator toolset. As such, it has _many_ more options available than the previous commands. The abbreviated options are below, but you may expand the full descriptions.
```bash
@@ -473,13 +473,13 @@ openapi-generator generate -g go --additional-properties=prependFormOrBodyParame
-o out -i petstore.yaml
```
To pass more than one generator property, these can be combined via comma:
Pass more options via comma delimited key/value pairs:
```bash
--additional-properties=key1=value1,key2=value2
```
For the full list of generator-specified parameters, refer to [generators docs](./generators.md).
For the full list of generator-specific parameters, refer to [generators docs](./generators.md).
#### Type Mappings and Import Mappings