You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bckohan
changed the title
Completions before the end of the typed CLI string do not work.
Completions before the end of the typed command string do not work.
Feb 6, 2025
for instance if your command string is:
./manage.py command --settings arg
Then you hit the back arrow to move your cursor between --settings and arg and hit tab:
./manage.py command --settings <tab> arg
This should complete --settings in place.
The text was updated successfully, but these errors were encountered: