We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d29b2 commit 7243e65Copy full SHA for 7243e65
README.md
@@ -110,6 +110,7 @@ Available commands:
110
inspect Inspects WSDL file.
111
inspect:method Inspects a method of a WSDL file.
112
inspect:type Inspects types from WSDL file.
113
+ inspect:ui Inspects WSDL file through a user interface.
114
```
115
116
### Listing all contents
@@ -130,6 +131,15 @@ Available commands:
130
131
./vendor/bin/wsdl inspect:type your.wsdl SomeType
132
133
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
143
### Custom WSDL Loader
144
145
By default, all CLI tools use the StreamWrapperLoader.
0 commit comments