Add autoenv add=py to streamline virtualenvs

This commit is contained in:
2019-10-05 19:11:26 +01:00
parent 4252d06e65
commit 908ef3efa5
2 changed files with 44 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ _autoenv() {
init:'add .enter and .exit scripts in current directory'
edit:'edit .enter and .exit scripts in current directory'
deinit:'remove .enter and .exit scripts in current directory'
add=py:'add Python virtualenv to the autoenv'
)
_describe -t commands command commands && ret=0 ;;
esac