Show More
@@ -102,8 +102,8 b' EOF' | |||||
102 | local IFS=$'\t\n' |
|
102 | local IFS=$'\t\n' | |
103 | COMPREPLY=( $(compgen -W "${__ipython_complete_profiles}" -- ${cur}) ) |
|
103 | COMPREPLY=( $(compgen -W "${__ipython_complete_profiles}" -- ${cur}) ) | |
104 | else |
|
104 | else | |
105 |
if [ |
|
105 | if [ "$COMP_CWORD" == 1 ]; then | |
106 |
COMPREPLY=( $(compgen |
|
106 | COMPREPLY=( $(compgen -W "${subcommands}" -- ${cur}) ) | |
107 | else |
|
107 | else | |
108 | COMPREPLY=( $(compgen -f -- ${cur}) ) |
|
108 | COMPREPLY=( $(compgen -f -- ${cur}) ) | |
109 | fi |
|
109 | fi |
General Comments 0
You need to be logged in to leave comments.
Login now