Skip to content

Commit

Permalink
remove unused flag:
Browse files Browse the repository at this point in the history
- This flag is leftover from the cobra cli code gen
  • Loading branch information
Daniel Fuentes committed Jun 15, 2017
1 parent 7c2d435 commit 8ab8caf
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 @@ -41,7 +41,6 @@ func Execute() {
}

func init() {
RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}

func validateService(service string) error {
Expand Down

0 comments on commit 8ab8caf

Please sign in to comment.