Compare commits
No commits in common. "fix-append" and "develop" have entirely different histories.
fix-append
...
develop
@ -17,7 +17,9 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func RunCommand() *cli.Command {
|
func RunCommand() *cli.Command {
|
||||||
flags := common.Flags()
|
flags := append(
|
||||||
|
common.Flags(),
|
||||||
|
)
|
||||||
|
|
||||||
return &cli.Command{
|
return &cli.Command{
|
||||||
Name: "run",
|
Name: "run",
|
||||||
|
Loading…
Reference in New Issue
Block a user