(context flags.FlagContext)
| 46 | } |
| 47 | |
| 48 | func (cmd *Version) Execute(context flags.FlagContext) error { |
| 49 | cmd.ui.Say(fmt.Sprintf("%s version %s", cf.Name, version.VersionString())) |
| 50 | return nil |
| 51 | } |
nothing calls this directly
no test coverage detected