added functionality to check the error message returned from Cobra, if any. for uage...
authorJoel Scoble <joel.scoble@outlook.com>
Sat, 23 Aug 2014 21:12:36 +0000 (16:12 -0500)
committerspf13 <steve.francia@gmail.com>
Mon, 25 Aug 2014 15:50:23 +0000 (11:50 -0400)
commit4b979b17cc3af0d6da3026a2ca02b525133b6d3f
tree40252392ed84672e68b45e80776c004af3c5793c
parent4c735a78782e5b2e488729fa895fc757fcd0a6ed
added functionality to check the error message returned from Cobra, if any. for uage message text. If its present, the usage message gets truncated and the resulting message is returned to be used for the rest of the error message. If the resulting error is blank, no error message is printed
utils/utils.go
utils/utils_test.go [new file with mode: 0644]