for instance if your command string is: ```console ./manage.py command --settings arg ``` Then you hit the back arrow to move your cursor between --settings and arg and hit tab: ```console ./manage.py command --settings <tab> arg ``` This should complete --settings in place.