MCPcopy Create free account
hub / github.com/mroth/bump / String

Method String

prompter.go:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

RenderChangelogScreenFunction · 0.80
RenderChangelogMarkdownFunction · 0.80
changelog_test.goFile · 0.80
draftReleaseURLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected