rbenv-win/libexec/rbenv-rehash.bat
2023-07-01 07:23:51 +01:00

14 lines
219 B
Batchfile

@echo off
setlocal
if "%1" == "--help" (
echo Usage: rbenv rehash
echo.
echo Rehash rbenv shims ^(run this after installing executables^)
echo.
EXIT /B
)
rem Implementation of this command is in the rbenv.vbs file .