Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support if the help is either stdout or stderr (#64)
There is a change in Cobra which causes the help message to be printed to stderr instead of stdout. See spf13/cobra#922 In preparation for a future upgrade to a new version of Cobra, this commit allows the tests to support both cases. Signed-off-by: Marc Khouzam <[email protected]>
- Loading branch information