mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-08-17 19:13:43 +00:00
Compare commits
3 Commits
6bd63b13c4
...
0228b905f2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0228b905f2 | ||
![]() |
387d92cd4d | ||
![]() |
85e1d29fa8 |
3
nvm.sh
3
nvm.sh
@ -3015,6 +3015,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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user