()
| 305 | } |
| 306 | |
| 307 | func jsonContractCommandPathsWithVersion() []string { |
| 308 | paths := structuredOutputCommandPathsWithVersion() |
| 309 | return append(paths, "help") |
| 310 | } |
| 311 | |
| 312 | func expectedStructuredOutputCommands() []string { |
| 313 | return []string{ |
no test coverage detected