andreyvit / json-diff

Structural diff for JSON files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-diff cli always returns error shell status code

elgalu opened this issue · comments

json-diff ....
echo $?
#=> 1

Resolved in 0.6.1 -- always returns exit code 0 if it does any work. If there's an error or the help message is output we exit with non-zero.