()
| 20 | } |
| 21 | |
| 22 | func (o cliVersionOption) String() string { |
| 23 | return fmt.Sprintf("%v%v", |
| 24 | o.Name, faintStyler(fmt.Sprintf(" (%v)", o.Version.String())), |
| 25 | ) |
| 26 | } |
| 27 | |
| 28 | func prompt(currVersion *semver.Version) (*semver.Version, error) { |
| 29 | // promptui.IconInitial = "🚀" // default is colored ASCII question mark |
no outgoing calls
no test coverage detected