Tenderly / tenderly-cli

CLI tool for Smart Contract error tracking, monitoring and alerting.
https://tenderly.co
GNU General Public License v3.0
522 stars 137 forks source link

tenderly completion zsh generates invalid script #145

Open ssa3512 opened 1 year ago

ssa3512 commented 1 year ago

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[@]}")'