Files
odo/cmd
Chris Laprun 1045bdbab6 Fix #1086: exit with 0 code on help (#1093)
Make CommandLine not exit on error and intercept flag.ErrHelp to return
0 instead of default behavior of flag.Parse which is to exit with code 2
on error (flag.ErrHelp is raised when help is asked).
2018-12-07 11:00:30 -05:00
..