Refactor version cmd

This commit is contained in:
ohdearaugustin 2021-07-25 15:09:53 +02:00
parent 4915902e04
commit b97d6f71b1

View file

@ -8,7 +8,11 @@ import (
var version = "dev" var version = "dev"
var VersionCmd = &cobra.Command{ func init() {
rootCmd.AddCommand(versionCmd)
}
var versionCmd = &cobra.Command{
Use: "version", Use: "version",
Short: "Print the version.", Short: "Print the version.",
Long: "The version of headscale.", Long: "The version of headscale.",