mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 23:40:39 +01:00
refactor(): Removed an unnecessary comment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user