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.
2 parents fcdbb05 + cb5bcfb commit 4f2cf10Copy full SHA for 4f2cf10
bin/nodenv-update-version-defs
@@ -65,7 +65,6 @@ while [ $# -gt 0 ]; do
65
echo --destination
66
echo --dry-run
67
echo --force
68
- echo --help
69
echo --iojs
70
echo --nodejs
71
echo --jxcore
@@ -74,8 +73,6 @@ while [ $# -gt 0 ]; do
74
73
shift
75
# overwrite the defs write target
76
NODE_BUILD_DEFINITIONS="$(abs_dirname "${1%/}/"):${NODE_BUILD_DEFINITIONS}" ;;
77
- -h | --help )
78
- exec nodenv-help update-version-defs ;;
79
-f | --force | \
80
-n | --dry-run | \
81
--iojs | --nodejs | --jxcore )
0 commit comments