selector:=fs.String("selector",defaultSelector,"Set the selector")
fs.StringVar(selector,"s",defaultSelector,"Set the selector")
fs.String("color",defaultColor,"The color to use for the breathe effect")
fs.String("from-color",defaultColor,"The color to start the effect from")
fs.Float64("period",lifx.DefaultBreathePeriod,"The time in seconds for one cycle of the effect")
fs.Float64("cycles",lifx.DefaultBreatheCycles,"The number of times to repeat the effect")
fs.Bool("persist",lifx.DefaultBreathePersist,"If false set the light back to its previous value when effect ends, if true leave the last effect color")
fs.Bool("power-on",lifx.DefaultBreathePowerOn,"If true, turn the bulb on if it is not already on")
fs.Float64("peak",lifx.DefaultBreathePeak,"Defines where in a period the target color is at its maximum (min: 0.0, max: 1.0)")