Skip to content

Commit d59ed98

Browse files
committed
Updates README
1 parent 93eab77 commit d59ed98

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ Generates Go code from a WSDL file. This project is originally intended to gener
1212
* Resolves external XML Schemas recursively, up to 5 recursions.
1313
* Supports providing WSDL HTTP URL as well as a local WSDL file
1414

15+
### Usage
16+
```
17+
gowsdl [OPTIONS]
18+
19+
Application Options:
20+
-v, --version Shows gowsdl version
21+
-p, --package= Package under which code will be generated (myservice)
22+
-o, --output= File where the generated code will be saved (myservice.go)
23+
-i, --ignore-tls Ignores invalid TLS certificates. It is not recomended for production. Use at your own risk
24+
(false)
25+
26+
Help Options:
27+
-h, --help Show this help message
28+
```
1529

1630
### TODO
1731
* If WSDL file is local, resolve external XML schemas locally too instead of failing due to not having a URL to download them from.

0 commit comments

Comments
 (0)