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
In the latest version, there are several bugs from which one of the most annoying ones is that -q flag is not quite working as intended. here is an example output:
The fix is quite simple (I might make a PR later on), in order to be compatible with jq or other json lines parsing tools, we need to write all non-JSON output to stderr:
Hello there,
In the latest version, there are several bugs from which one of the most annoying ones is that
-q
flag is not quite working as intended. here is an example output:Another issue I'm getting is that the JSON output results in an error combined with
jq
.Another suggestion is that to provide a scheme-less URL support:
Regards,
HolyBugx
The text was updated successfully, but these errors were encountered: