1
This commit is contained in:
1
main.go
1
main.go
@@ -100,6 +100,7 @@ func checkCmdFlags() bool {
|
|||||||
var flagVersion bool
|
var flagVersion bool
|
||||||
var flagFullInfo bool
|
var flagFullInfo bool
|
||||||
|
|
||||||
|
globals.SugarLogger.Debug("11111111")
|
||||||
flag.BoolVar(&flagGitCommit, "gitcommit", false, "get gitcommit info")
|
flag.BoolVar(&flagGitCommit, "gitcommit", false, "get gitcommit info")
|
||||||
flag.BoolVar(&flagGitBranch, "gitbranch", false, "get gitbranch info")
|
flag.BoolVar(&flagGitBranch, "gitbranch", false, "get gitbranch info")
|
||||||
flag.BoolVar(&flagGitState, "gitstate", false, "get gitstate info")
|
flag.BoolVar(&flagGitState, "gitstate", false, "get gitstate info")
|
||||||
|
|||||||
Reference in New Issue
Block a user