Skip to content

Commit

Permalink
Changing demo defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Jan 19, 2020
1 parent 6c8bb31 commit a8a38f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func init() {
rootCmd.AddCommand(onCmd)

// Demo Flags
demoCmd.Flags().IntVar(&demoDelay, "speed", 200, "The delay in ms of the demo program.")
demoCmd.Flags().IntVar(&demoCount, "count", 2, "The number of loops to run the demo.")
demoCmd.Flags().IntVar(&demoDelay, "speed", 100, "The delay in ms of the demo program.")
demoCmd.Flags().IntVar(&demoCount, "count", 1, "The number of loops to run the demo.")

// On Flags
onCmd.Flags().StringVarP(&color, "color", "c", "white", "The color to turn the lights on to.")
Expand Down

0 comments on commit a8a38f5

Please sign in to comment.