[Fix] exec: -- should stop argument parsing

Co-authored-by: Vesa Vilhonen <vesa@vilhonen.com>
Co-authored-by: Sladyn Nunes <sladynnunes98@gmail.com>
This commit is contained in:
Vesa Vilhonen
2020-11-20 13:06:28 +02:00
committed by Jordan Harband
parent 4fdef427e4
commit 52f67b3677
2 changed files with 10 additions and 0 deletions

1
nvm.sh
View File

@@ -2612,6 +2612,7 @@ nvm() {
for i in "$@"
do
case $i in
--) break ;;
'-h'|'help'|'--help')
NVM_NO_COLORS=""
for j in "$@"; do