まっは
Results
1
comments of
まっは
Another workaround: Use double quotes instead of single quotes for jq commands. ```bash # Instead of this (fails): jq '.items[] | select(.status != "Done")' # Use this (works): jq ".items[]...