Closed quinn closed 6 years ago
It's implementation, as far as i can tell, returns nil. But the docs are very insistent on it being a necessary step.
nil
RunE: func(cmd *cobra.Command, args []string) error { return nil },
?
Hi @quinn -
Great question. I didn't know until recently: https://github.com/codeclimate/test-reporter/issues/260#issuecomment-369783913
Hope that clears it up for you. Feel free to follow up if not.
It's implementation, as far as i can tell, returns
nil
. But the docs are very insistent on it being a necessary step.?