Compare commits

..

1 Commits

Author SHA1 Message Date
83c37fbf3f Add autoenv reload subcommand
The `autoenv reload` subcommand reloads the current environment.
2021-02-09 16:45:52 +00:00

View File

@ -12,7 +12,7 @@ autoenv() {
case "$cmd" in case "$cmd" in
-h|--help) # Display help. -h|--help) # Display help.
echo "\ echo "\
usage: autoenv [-h] {init,edit,deinit,reload,add=py} usage: autoenv [-h] {init,edit,deinit}
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit