mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add comment about checking if jq exists in a future update to yarn completions
This commit is contained in:
parent
88cf7e16c6
commit
b50541c655
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue