()
| 300 | } |
| 301 | |
| 302 | func structuredOutputCommandPathsWithVersion() []string { |
| 303 | paths := structuredOutputCommandPaths(RootCmd) |
| 304 | return append(paths, NewVersionCommand("test").Name()) |
| 305 | } |
| 306 | |
| 307 | func jsonContractCommandPathsWithVersion() []string { |
| 308 | paths := structuredOutputCommandPathsWithVersion() |
no test coverage detected