예제 #1
0
파일: flag.go 프로젝트: DevinciHQ/ahoy
func overrideFlags(app *cli.App) {
	app.Flags = globalFlags
	app.HideVersion = true
	app.HideHelp = true
}