File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ Available commands:
110
110
inspect Inspects WSDL file.
111
111
inspect:method Inspects a method of a WSDL file.
112
112
inspect:type Inspects types from WSDL file.
113
+ inspect:ui Inspects WSDL file through a user interface.
113
114
```
114
115
115
116
### Listing all contents
@@ -130,6 +131,15 @@ Available commands:
130
131
./vendor/bin/wsdl inspect:type your.wsdl SomeType
131
132
```
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
+
133
143
### Custom WSDL Loader
134
144
135
145
By default, all CLI tools use the StreamWrapperLoader.
You can’t perform that action at this time.
0 commit comments