1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

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.",