tenderly-cli icon indicating copy to clipboard operation
tenderly-cli copied to clipboard

tenderly completion zsh generates invalid script

Open ssa3512 opened this issue 2 years ago • 0 comments

Repro steps:

tenderly completion zsh > .tenderlycompletion.sh
chmod +x .tenderlycompletion.sh
./.tenderlycompletion.sh

Output

./.tenderlycompletion.sh: line 65: syntax error near unexpected token `<'
./.tenderlycompletion.sh: line 65: `    done < <(printf "%s\n" "${out[@]}")'

ssa3512 avatar Apr 27 '23 01:04 ssa3512