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
feat(jq): support all command-line options (scop#507)
The options are not all listed by --help, so look in the man page to
find a nearly complete list (I hope!). Neither the man page nor --help
mentions --help or --version; I have not looked elsewhere to see if
there might be yet more.
Guard against the possibility of jq being fixed in future by testing to
see if its --help output contains “--help” and using it if so,
otherwise, use the hard-coded list; see
jqlang/jq#2284
0 commit comments