Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Fix: remove toggle flag (#22)
Browse files Browse the repository at this point in the history
Probably this was left over from the default cobra generated file.
  • Loading branch information
dsonck92 authored Aug 27, 2020
1 parent a067ece commit 80342ae
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 @@ -199,7 +199,6 @@ func Execute() {

func init() {
cobra.OnInitialize(initConfig)
RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
RootCmd.Flags().BoolP("verbose", "v", false, "Does nothing, there for compatibility")
RootCmd.Flags().StringP("output", "o", "coverage.txt", "Location for the output file")
RootCmd.Flags().String("covermode", "atomic", "Which code coverage mode to use")
Expand Down

0 comments on commit 80342ae

Please sign in to comment.