early-access version 2853
This commit is contained in:
9
externals/vcpkg/scripts/vcpkg_completion.zsh
vendored
Executable file
9
externals/vcpkg/scripts/vcpkg_completion.zsh
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
_vcpkg_completions()
|
||||
{
|
||||
local vcpkg_executable=${COMP_WORDS[0]}
|
||||
local remaining_command_line=${COMP_LINE:(${#vcpkg_executable}+1)}
|
||||
COMPREPLY=($(${vcpkg_executable} autocomplete "${remaining_command_line}" -- 2>/dev/null))
|
||||
}
|
||||
|
||||
complete -F _vcpkg_completions vcpkg
|
Reference in New Issue
Block a user