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.
1 parent 2ff96eb commit 71b4ebbCopy full SHA for 71b4ebb
virtualenvwrapper.sh
@@ -608,7 +608,7 @@ function showvirtualenv {
608
}
609
610
# Show help for workon
611
-function workon_help {
+function _workon_help {
612
echo "Usage: workon env_name"
613
echo ""
614
echo " Deactivate any currently activated virtualenv"
@@ -646,7 +646,7 @@ function workon {
646
a="${in_args[$i]}"
647
case "$a" in
648
-h|--help)
649
- workon_help;
+ _workon_help;
650
return 0;;
651
esac
652
i=$(( $i + 1 ))
0 commit comments