Changed reports whether the attachment flag was passed.
()
| 37 | |
| 38 | // Changed reports whether the attachment flag was passed. |
| 39 | func (f *Flag) Changed() bool { |
| 40 | return f.flag.Changed |
| 41 | } |
| 42 | |
| 43 | // RecordTelemetry records how many attachment flags were provided. |
| 44 | func (f *Flag) RecordTelemetry(command string, recorder ghtelemetry.CommandRecorder) { |
no outgoing calls