Exemple #1
0
func hookBefore(c *cli.Context) error {
	if c.Bool("debug") {
		os.Setenv("ASSH_DEBUG", "1")
	}
	initLogging(c.Bool("debug"), c.Bool("verbose"))
	return nil
}
Exemple #2
0
func hookBefore(c *cli.Context) error {
	initLogging(c.Bool("debug"), c.Bool("verbose"))
	return nil
}