Merge 387d92cd4d5b452175dd2df837f24adf25789331 into 4beab63631764fc381a0e56273faf8d43b8f9509

This commit is contained in:
Chris Seitz 2024-08-07 09:40:31 +00:00 committed by GitHub
commit b3a865aef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
nvm.sh
View File

@ -2999,6 +2999,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}"