Compare commits

..

No commits in common. "fix-append" and "develop" have entirely different histories.

View File

@ -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",