This commit is contained in:
baichou
2022-09-09 14:54:52 +08:00
parent 6dfd54b835
commit d7dc100c86

View File

@@ -46,7 +46,7 @@ func (ProtocCommand) Configure() command.Configure {
var show = false
func (ProtocCommand) Execute(input command.Input) {
show = input.GetOption("debug") != "false"
show = input.GetOption("debug") == "true"
root := getRootPath()
_, err := exec.LookPath("protoc")
if err != nil {