File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ options:
72
72
73
73
### ` warnet run `
74
74
Run a scenario from a file.
75
- Pass ` -- --help ` to get individual scenario help
75
+ Pass ` -- --help ` to get individual scenario help
76
76
77
77
options:
78
78
| name | type | required | default |
@@ -153,7 +153,7 @@ options:
153
153
### ` warnet bitcoin messages `
154
154
Fetch messages sent between \< tank_a pod name> and \< tank_b pod name> in [ chain]
155
155
156
- Optionally, include a namespace like so: tank-name.namespace
156
+ Optionally, include a namespace like so: tank-name.namespace
157
157
158
158
options:
159
159
| name | type | required | default |
@@ -179,7 +179,7 @@ options:
179
179
180
180
### ` warnet image build `
181
181
Build bitcoind and bitcoin-cli from \< repo> at \< commit_sha> with the specified \< tags>.
182
- Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry.
182
+ Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry.
183
183
184
184
options:
185
185
| name | type | required | default |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def print_cmd(cmd, super=""):
29
29
format_default_value (p ["default" ], p ["type" ]["param_type" ]),
30
30
]
31
31
for p in cmd ["params" ]
32
- if p ["name" ] != "help"
32
+ if p ["name" ] != "help" and p [ "name" ] != "unknown_args"
33
33
]
34
34
doc += tabulate (data , headers = headers , tablefmt = "github" )
35
35
doc += "\n \n "
You can’t perform that action at this time.
0 commit comments