Compare commits
1 Commits
develop
...
fix-append
Author | SHA1 | Date |
---|---|---|
Matthieu Lamalle | 826edef358 |
|
@ -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