You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For JSON Lint 1.6.3, running jsonlint --version returns exit code 1, which is commonly used to indicate failure.
Instead, I'd expected jsonlint --version to return exit code 0, indicating success, as this seems normal usage of the utility to me. This is also recommended by the GNU Coding Standards on --version in general.
My fork (@prantlf/jsonlint) exits with zero in this case. More of a side-effect after switching to commander as command-line argument parser, which behaves like that by default...
For JSON Lint 1.6.3, running
jsonlint --version
returns exit code 1, which is commonly used to indicate failure.Instead, I'd expected
jsonlint --version
to return exit code 0, indicating success, as this seems normal usage of the utility to me. This is also recommended by the GNU Coding Standards on--version
in general.Instructions to reproduce this:
The text was updated successfully, but these errors were encountered: