This commit is contained in:
Chris Lu 2013-12-02 01:59:04 -08:00
parent a234789c59
commit e449a4a517
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@ import (
func init() {
cmdMaster.Run = runMaster // break init cycle
cmdMaster.IsDebug = cmdMaster.Flag.Bool("debug", false, "enable debug mode")
}
var cmdMaster = &Command{

View file

@ -14,7 +14,6 @@ import (
func init() {
cmdVolume.Run = runVolume // break init cycle
cmdVolume.IsDebug = cmdVolume.Flag.Bool("debug", false, "enable debug mode")
}
var cmdVolume = &Command{