Skip to content

Commit

Permalink
remove NewVersionCmd() child command from root
Browse files Browse the repository at this point in the history
  • Loading branch information
itsksaurabh committed Aug 14, 2020
1 parent cbd264a commit 8d4e736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func init() {
}
}

RootCmd.AddCommand(NewVersionCmd())
RootCmd.AddCommand(NewUpdateCmd())
RootCmd.AddCommand(NewInitCmd())
RootCmd.AddCommand(NewStealCmd())
Expand Down

0 comments on commit 8d4e736

Please sign in to comment.