rbenv-win/libexec/rbenv-commands.bat

14 lines
194 B
Batchfile
Raw Permalink Normal View History

2023-07-01 07:23:51 +01:00
@echo off
setlocal
if "%1" == "--help" (
echo Usage: rbenv commands
echo.
echo List all available rbenv commands
echo.
EXIT /B
)
rem Implementation of this command is in the rbenv.vbs file .