mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00:00
refactor(): Removed an unnecessary comment
This commit is contained in:
parent
b49a1735d4
commit
235b8cf4de
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue