(prefix string)
| 92 | type JSONOrFileWithValidation types.OptionalObject |
| 93 | |
| 94 | func (JSONOrFileWithValidation) Complete(prefix string) []flags.Completion { |
| 95 | return completeWithTilde(prefix) |
| 96 | } |
| 97 | |
| 98 | func (p *JSONOrFileWithValidation) UnmarshalFlag(pathOrJSON string) error { |
| 99 | var jsonBytes []byte |
nothing calls this directly
no test coverage detected