예제 #1
0
파일: axiom.go 프로젝트: devick/flynn
func WrapApp(app *cli.App, wrappers ...CmdWrapper) {
	app.Commands = WrapAll(app.Commands, wrappers...)
}