1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00:00

refactor(): Removed an unnecessary comment

This commit is contained in:
Donal Shijan 2023-10-15 21:51:10 +05:30
parent b49a1735d4
commit 235b8cf4de

View file

@ -11,7 +11,6 @@ _cdk_yargs_completions()
IFS=$' IFS=$'
' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" cdk --get-yargs-completions "${words[@]}")) ' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" cdk --get-yargs-completions "${words[@]}"))
IFS=$si IFS=$si
# Loop through the reply array and append "tomato" to each value
_describe 'values' reply _describe 'values' reply
} }
compdef _cdk_yargs_completions cdk compdef _cdk_yargs_completions cdk