Skip to content

Commit

Permalink
Update README cli help section
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed Jun 26, 2021
1 parent 9c0e243 commit e338db3
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,20 @@ you can also use `npx`
wsdl-tsclient [options] [path]

Options:
--help Show help [boolean]
--help Show help [boolean]
-v, --version [boolean]
-o Output directory [string] [required]
--emitDefinitionsOnly Generate only Definitions [boolean]
--modelNamePreffix Prefix for generated interface names [string]
--modelNameSuffix Suffix for generated interface names [string]
--quiet Suppress logs [boolean]
--verbose Print verbose logs [boolean]
--no-color Logs without colors [boolean]
-o Output directory [string] [required]
--emitDefinitionsOnly Generate only Definitions [boolean]
--modelNamePreffix Prefix for generated interface names[string]
--modelNameSuffix Suffix for generated interface names[string]
--caseInsensitiveNames Case-insensitive name while parsing
definition names [boolean]
--maxRecursiveDefinitionName Maximum count of definition's with same name
but increased suffix. Will throw an error if
exceed [number]
--quiet Suppress logs [boolean]
--verbose Print verbose logs [boolean]
--no-color Logs without colors [boolean]
Examples:
wsdl-tsclient file.wsdl -o ./generated/
Expand Down

0 comments on commit e338db3

Please sign in to comment.