fix : suppression de append inutile, remonté par go vet #46
|
@ -17,9 +17,7 @@ const (
|
|||
)
|
||||
|
||||
func RunCommand() *cli.Command {
|
||||
flags := append(
|
||||
common.Flags(),
|
||||
)
|
||||
flags := common.Flags()
|
||||
|
||||
return &cli.Command{
|
||||
Name: "run",
|
||||
|
|
Loading…
Reference in New Issue