We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.