diff --git a/version/command.go b/version/command.go index 9291c0a82..4dca92453 100644 --- a/version/command.go +++ b/version/command.go @@ -11,6 +11,7 @@ import ( const flagLong = "long" +// NewVersionCommand returns a CLI command to interactively print the application binary version information. func NewVersionCommand() *cobra.Command { cmd := &cobra.Command{ Use: "version",