From b50541c6552cc1de4043a495b9d7254c003d836d Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 6 Mar 2018 17:03:15 -0600 Subject: [PATCH] Add comment about checking if jq exists in a future update to yarn completions --- share/completions/yarn.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/yarn.fish b/share/completions/yarn.fish index b27470fa6..d4e4d3c09 100644 --- a/share/completions/yarn.fish +++ b/share/completions/yarn.fish @@ -22,6 +22,7 @@ function __yarn_list_packages return 1 end + # todo: if jq exists, use it instead and use what's below as a fallback only set -l depsFound 0 for line in (cat $package_json) # echo "evaluating $line"