Merge 387d92cd4d5b452175dd2df837f24adf25789331 into da2720a4292d02746a6b7fdc680c7e163c347355

This commit is contained in:
Chris Seitz 2024-09-12 06:41:07 -07:00 committed by GitHub
commit 2bc8681e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
nvm.sh
View File

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