package main import ( "github.com/urfave/cli" ) func setFlags(app *cli.App) { app.Flags = []cli.Flag{} }