fgeller / kt

Kafka command line tool that likes JSON
MIT License
950 stars 100 forks source link

Help command exits with non-zero code #81

Closed sgerrand closed 5 years ago

sgerrand commented 6 years ago

Running kt <command> -help exits with a 2 exit code. Why is that? I'd expect it to exit with 0.

fgeller commented 5 years ago

@sgerrand i agree :) just pushed a version that should fix that - let me know if i missed a bit or if you find another issue, thanks for reporting!