Pre-flight checks
CLI version
0.6.0.12612
Operating system
Linux
Architecture
x64
Command that triggered the bug
Expected behavior
tab auto complete
Actual behavior
Steps to reproduce
te completion zsh > _te
zsh -c 'source _te'
# command not found: ^M
# parse error near `\n'
Additional context
Workaround: strip the CR before sourcing:
te completion zsh | sed 's/\r$//' > ~/.te-completion.zsh
Pre-flight checks
CLI version
0.6.0.12612
Operating system
Linux
Architecture
x64
Command that triggered the bug
Expected behavior
tab auto complete
Actual behavior
Steps to reproduce
Additional context
Workaround: strip the CR before sourcing:
te completion zsh | sed 's/\r$//' > ~/.te-completion.zsh