William Petit
e66938f1d3
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
8 lines
100 B
Go
8 lines
100 B
Go
package common
|
|
|
|
import "github.com/urfave/cli/v2"
|
|
|
|
func Flags() []cli.Flag {
|
|
return []cli.Flag{}
|
|
}
|