Skip to content

Commit 1ee5bc0

Browse files
committed
docs: update CLI options
1 parent 7b78863 commit 1ee5bc0

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,21 @@ wsdl-tsclient [options] [path]
4646

4747
Options:
4848
--help Show help [boolean]
49-
-v, --version [boolean]
50-
-o Output directory [string] [required]
51-
--emitDefinitionsOnly Generate only Definitions [boolean]
49+
-v, --version Show version number [boolean]
50+
-o Output directory for generated TypeScript
51+
client [string] [required]
52+
--emitDefinitionsOnly Generate definitions only (interfaces and
53+
types) [boolean]
5254
--modelNamePreffix Prefix for generated interface names[string]
5355
--modelNameSuffix Suffix for generated interface names[string]
54-
--caseInsensitiveNames Case-insensitive name while parsing
55-
definition names [boolean]
56-
--maxRecursiveDefinitionName Maximum count of definition's with same name
57-
but increased suffix. Will throw an error if
58-
exceed [number]
56+
--modelPropertyNaming Property naming convention ('camelCase' or
57+
'PascalCase') [string]
58+
--caseInsensitiveNames Parse WSDL definitions case-insensitively
59+
[boolean]
60+
--maxRecursiveDefinitionName Maximum count of definitions with the same
61+
name but increased suffix. Will throw an
62+
error if exceeded. [number]
63+
--esm Generate imports with .js suffix [boolean]
5964
--quiet Suppress all logs [boolean]
6065
--verbose Print verbose logs [boolean]
6166
--no-color Logs without colors [boolean]

0 commit comments

Comments
 (0)