Archived
1
0

Removes useless toggle, placed by generated code

This commit is contained in:
Jip J. Dekker 2016-03-17 16:43:04 +01:00
parent 4290ddbc0c
commit 0a9519461e

View File

@ -51,5 +51,5 @@ func init() {
// RootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.ponder.yaml)")
// Cobra also supports local flags, which will only run
// when this action is called directly.
RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
// RootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}