Fix fish completions (#30050)

This commit is contained in:
Ranieri Althoff 2023-03-07 23:55:05 +01:00 committed by GitHub
parent 8ead9c2674
commit 02ad673d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,7 @@ complete -c vcpkg -f --arguments '(_vcpkg_completions)'
set vcpkg_commands ($vcpkg_executable autocomplete)
function _set_triplet_arguments
set triplets ($vcpkg_executable help triplet)
set -e triplets[(contains -i -- "Available architecture triplets" $triplets)]
set -e triplets[(contains -i -- "" $triplets)]
set triplets ($vcpkg_executable help triplet | grep "^\s" | cut -d' ' -f3)
set triplet_from ""
for triplet in $triplets
echo (test -n "$triplet") >> temp.txt