enable version subcmd and --version flag for root cmd and all subcmds

This commit is contained in:
1138-4EB
2019-01-06 22:34:56 +01:00
parent ef56112711
commit b4708348c6
8 changed files with 51 additions and 28 deletions

View File

@@ -14,8 +14,9 @@ func init() {
}
var upgradeCmd = &cobra.Command{
Use: "upgrade",
Short: "Upgrades an old configuration",
Use: "upgrade",
Version: rootCmd.Version,
Short: "Upgrades an old configuration",
Long: `Upgrades an old configuration. This command DOES NOT
import share links because they are incompatible with
this version.`,