diff --git a/command.go b/command.go index c13ee1ec..47b0ac17 100644 --- a/command.go +++ b/command.go @@ -805,6 +805,8 @@ func (c *Command) preRunE() error { return err } } + + return nil } // Execute uses the args (os.Args[1:] by default)