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
{{ message }}
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.
Will be nice to treat the last argument as filename, as most of unix command line tools do.
expected behavior:
jiq foo.json
: Read foo as json contentscat foo.json | jiq -
:-
as stdinjiq <(y2j foo.yml)
: Recognize shell redirectionThe text was updated successfully, but these errors were encountered: