mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
refactor(): Removed an unnecessary comment
This commit is contained in:
@@ -11,7 +11,6 @@ _cdk_yargs_completions()
|
||||
IFS=$'
|
||||
' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" cdk --get-yargs-completions "${words[@]}"))
|
||||
IFS=$si
|
||||
# Loop through the reply array and append "tomato" to each value
|
||||
_describe 'values' reply
|
||||
}
|
||||
compdef _cdk_yargs_completions cdk
|
||||
|
||||
Reference in New Issue
Block a user