yii-debug icon indicating copy to clipboard operation
yii-debug copied to clipboard

The "_complete" command gets into the debugger

Open gmdmi opened this issue 3 years ago • 2 comments

This happens when shell autocomplete is used. _complete

gmdmi avatar Feb 10 '23 14:02 gmdmi

How do you configure shell autocompletion? Do you have a reliable way to reproduce it?

samdark avatar Feb 11 '23 16:02 samdark

I use Ubuntu 22.04.

sudo apt install bash-completion
./yii completion bash | sudo tee /etc/bash_completion.d/yii

Restart your shell.

gmdmi avatar Feb 11 '23 18:02 gmdmi