Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#keyvalue-pairs
(key, value string)
| 244 | |
| 245 | // Per-style guide: https://github.com/cloudfoundry/cli/wiki/CF-CLI-Style-Guide#keyvalue-pairs |
| 246 | func KeyValue(key, value string) Line { |
| 247 | return Line{`%s:\s+%s`, []interface{}{key, value}} |
| 248 | } |
| 249 | |
| 250 | type CLIMatcher struct { |
| 251 | Lines []Line |
no outgoing calls
no test coverage detected