Added dotback to have back dot command after undot
Description
Added two aliases in the loader to enable and disable dot command. You should know that this will disable all scripts and binaries in ${SLOTH_PATH}/bin. So you will not be able to use of the scripts in that folder until you call dotback.
Humman Changelog
undot
to unload dot command.dotback
to have backdot
command afterundot
Description
Added two aliases in the loader to enable and disable
dot
command. You should know that this will disable all scripts and binaries in${SLOTH_PATH}/bin
. So you will not be able to use of the scripts in that folder until you calldotback
.Related Issue
Motivation and Context
Have a way to drop
dot
command is easier than rename it. Use otherdot
commands like the turborepo's dot is necessary in some cases.