mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
Add comment about checking if jq exists in a future update to yarn completions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user