Browse Source
Co-authored-by: Naomi Quinones <52065567+naomiquinones@users.noreply.github.com> Co-authored-by: Dena Burd <me@Denas-MacBook-Air.local>
![52065567+naomiquinones@users.noreply.github.com](/assets/img/avatar_default.png)
![Jordan Harband](/assets/img/avatar_default.png)
2 changed files with 97 additions and 82 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
die () { echo "$@" ; exit 1; } |
||||||
|
|
||||||
|
\. ../../../nvm.sh |
||||||
|
|
||||||
|
TERM=dumb nvm clear-cache --help | grep 'Usage:' || die 'did not print help menu' |
||||||
|
TERM=dumb nvm cache help version | grep 'Usage:' || die 'did not print help menu' |
||||||
|
TERM=dumb nvm cache -h version| grep 'Usage:' || die 'did not print help menu' |
Loading…
Reference in new issue