Add autoenv reload subcommand

The `autoenv reload` subcommand reloads the current environment.
This commit is contained in:
2021-02-09 16:45:52 +00:00
parent 0b5fc5ad97
commit c4a91481db
2 changed files with 13 additions and 1 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'
reload:'reload the current environment'
add=py:'add Python virtualenv to the autoenv'
)
_describe -t commands command commands && ret=0 ;;