Skip to content

Commit 7243e65

Browse files
committed
Add documentation
1 parent b1d29b2 commit 7243e65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Available commands:
110110
inspect Inspects WSDL file.
111111
inspect:method Inspects a method of a WSDL file.
112112
inspect:type Inspects types from WSDL file.
113+
inspect:ui Inspects WSDL file through a user interface.
113114
```
114115

115116
### Listing all contents
@@ -130,6 +131,15 @@ Available commands:
130131
./vendor/bin/wsdl inspect:type your.wsdl SomeType
131132
```
132133

134+
### UI
135+
136+
Sometimes, you want to inspect multiple types and methods at once.
137+
This package provides a TUI that allows you to inspect all types and methods in a WSDL file through a single command:
138+
139+
```shell
140+
./vendor/bin/wsdl inspect:ui your.wsdl
141+
```
142+
133143
### Custom WSDL Loader
134144

135145
By default, all CLI tools use the StreamWrapperLoader.

0 commit comments

Comments
 (0)