mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-13 00:24:17 +00:00
Compare commits
2 Commits
2bc8681e61
...
travis3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f32e7bad4 | ||
|
|
9bd27d3897 |
3
nvm.sh
3
nvm.sh
@@ -3012,9 +3012,6 @@ 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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user