This commit is contained in:
Chris Seitz 2025-02-05 17:50:37 +07:00 committed by GitHub
commit 6bd63b13c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
nvm.sh
View File

@ -3036,6 +3036,9 @@ nvm() {
--) break ;;
'-h'|'help'|'--help')
NVM_NO_COLORS=""
if [[ "$NVM_NO_HELP" -eq 1 ]]; then
break;
fi
for j in "$@"; do
if [ "${j}" = '--no-colors' ]; then
NVM_NO_COLORS="${j}"