flag 에러 표시만 하고 계속 실행
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
var commandLine = flag.NewFlagSet("maingate", flag.ExitOnError)
|
||||
var commandLine = flag.NewFlagSet("maingate", flag.ContinueOnError)
|
||||
var Devflag = commandLine.Bool("dev", false, "")
|
||||
var Noauth = commandLine.Bool("noauth", false, "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user