| 14 | ) |
| 15 | |
| 16 | type cliVersionOption struct { |
| 17 | Name string |
| 18 | Version semver.Version |
| 19 | Description string |
| 20 | } |
| 21 | |
| 22 | func (o cliVersionOption) String() string { |
| 23 | return fmt.Sprintf("%v%v", |
nothing calls this directly
no outgoing calls
no test coverage detected