Skip to content

Commit

Permalink
refactor version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaysomani07 committed Feb 22, 2023
1 parent a3b691e commit a64ea57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"github.com/spf13/cobra"
)

//var short bool

var command = &cobra.Command{
Use: "version",
Short: "Print version/build info",
Expand All @@ -17,8 +15,6 @@ var command = &cobra.Command{
},
}

//command.PersistentFlags().BoolVarP(&short, "short", "s", false, "Prints K9s version info in short format")

func init() {
rootCmd.AddCommand(command)
}
Expand Down

0 comments on commit a64ea57

Please sign in to comment.