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

Struct cliVersionOption

prompter.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type cliVersionOption struct {
17 Name string
18 Version semver.Version
19 Description string
20}
21
22func (o cliVersionOption) String() string {
23 return fmt.Sprintf("%v%v",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected