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