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
The interface I'd like here is inspired by jq -r, which I frequently find handy:
• --raw-output / -r:
With this option, if the filter´s result is a string then it will be writ‐
ten directly to standard output rather than being formatted as a JSON
string with quotes. This can be useful for making jq filters talk to
non-JSON-based systems.
Requested by @kurtbuilds in #8. There's also a TODO in the code:
// TODO: support shell-friendly output like `jq -r`
The text was updated successfully, but these errors were encountered:
The interface I'd like here is inspired by
jq -r
, which I frequently find handy:Requested by @kurtbuilds in #8. There's also a TODO in the code:
The text was updated successfully, but these errors were encountered: