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
$ jq --version
jq-1.5rc1-31-g3b8d081
$ cat a
[1,2,3]
$ cat b
{"a":4,"b":5,"c":6}
$ jq '.' -i a b
Assertion failed: first_file != 0 && !strcmp(first_file, "-"), file main.c, line 518, function main
Abort (core dumped)