diegolagoglez / django-bash-completion

Django BASH autocompletion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot complete if no subcommand is supplied

diegolagoglez opened this issue · comments

commented

Now, there is a wrong behaviour when the user press Tab and no subcommand is supplied:

bash: ./manage.py: syntax error: operand expected (error token is "./manage.py")

The problem is raised when checking if subcommand is in the associative array.