(value string)
| 19 | } |
| 20 | |
| 21 | func (h *headerArgs) Set(value string) error { |
| 22 | *h = append(*h, value) |
| 23 | return nil |
| 24 | } |
| 25 | |
| 26 | var ( |
| 27 | flagVersion = flag.String("version", string(version.VersionB2), "The webbundle format version. Possible values are: 'b1' and 'b2'") |
no outgoing calls
no test coverage detected