waoki
waoki
'-' is probably the second-most common way to read from stdin (the most common being to assume stdin if no input file is specified). In this case, it makes it...
Whoops, I created this PR based on the wrong branch, so it inadvertently incorporates my other PR.
LDAP or CAS support (including assigning rights based on external information) would also be very valuable for us. The problem for us isn't that users have to remember (or set)...
This happens because $json_response contains the structured JSON response, but the script tries to pull data out of it using the raw user-provided key. For example, it tries to look...
I never got around implementing a way for -o to pull individual things out of arrays because I fixed it as much as I needed (to pull individual keys out...
It's been a while since I looked at it, but yes, that's the kind of structure I was thinking about. It looks like I started working on it, but then...