underscore-cli
underscore-cli copied to clipboard
Support for `pick`
I'm trying to grab a subset of values from a json file to use as variables in a bash script
Ideally something like:
declare $width $height
read width height <<< `underscore pick width height < data.json`
Currently there is no support for pick at all, but it would be very useful to me at least.