When there's an error parsing, commando is returning an exit code of 0 as if everything went fine. Shouldn't it return non zero to signal failure? https://github.com/thatisuday/commando/blob/3b7ef11409f381d1cc383c379479942e7fa11ae8/commando.go#L293
When there's an error parsing, commando is returning an exit code of 0 as if everything went fine. Shouldn't it return non zero to signal failure?
commando/commando.go
Line 293 in 3b7ef11