Add comment about checking if jq exists in a future update to yarn completions

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-06 17:03:15 -06:00
parent 88cf7e16c6
commit b50541c655

View file

@ -22,6 +22,7 @@ function __yarn_list_packages
return 1 return 1
end end
# todo: if jq exists, use it instead and use what's below as a fallback only
set -l depsFound 0 set -l depsFound 0
for line in (cat $package_json) for line in (cat $package_json)
# echo "evaluating $line" # echo "evaluating $line"