We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a541f40 commit cb5bcfbCopy full SHA for cb5bcfb
bin/nodenv-update-version-defs
@@ -63,16 +63,13 @@ while [ $# -gt 0 ]; do
63
echo --destination
64
echo --dry-run
65
echo --force
66
- echo --help
67
echo --iojs
68
echo --nodejs
69
exit ;;
70
-d | --destination )
71
shift
72
# overwrite the defs write target
73
NODE_BUILD_DEFINITIONS="$(abs_dirname "${1%/}/"):${NODE_BUILD_DEFINITIONS}" ;;
74
- -h | --help )
75
- exec nodenv-help update-version-defs ;;
76
-f | --force | \
77
-n | --dry-run | \
78
--iojs | --nodejs )
0 commit comments