Show More
@@ -15,7 +15,7 b' _ipython_get_flags()' | |||||
15 | fi |
|
15 | fi | |
16 | # matplotlib and profile don't need the = and the |
|
16 | # matplotlib and profile don't need the = and the | |
17 | # version without simplifies the special cased completion |
|
17 | # version without simplifies the special cased completion | |
18 | opts=$(ipython ${url} --help-all | grep -E "^-{1,2}[^-]" | sed -e "s/<.*//" -e "s/[^=]$/& /" -e "s/^--matplotlib=$//" -e "s/^--profile=$/--profile /") |
|
18 | opts=$(ipython ${url} --help-all | grep -E "^-{1,2}[^-]" | sed -e "s/<.*//" -e "s/[^=]$/& /" -e "s/^--matplotlib=$//" -e "s/^--profile=$/--profile /" -e "$ s/^/\n-h\n--help\n--help-all\n/") | |
19 | __ipython_complete_last="$url $var" |
|
19 | __ipython_complete_last="$url $var" | |
20 | __ipython_complete_last_res="$opts" |
|
20 | __ipython_complete_last_res="$opts" | |
21 | } |
|
21 | } |
General Comments 0
You need to be logged in to leave comments.
Login now