Paul Makepeace
|
f90241a6a3
|
Assert type against actual return val's interface.
Exit code example produces now correctly,
https://github.com/codegangsta/cli#exit-code
```
$ ./ec --ginger-crouton=false
it is not in the soup
$ echo $?
86
$
```
|
2016-05-01 20:58:59 -07:00 |
|