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 e887326 commit 15e93e4Copy full SHA for 15e93e4
cmd/nodapt/main.go
@@ -51,7 +51,6 @@ COMMANDS:
51
clean Remove all the node version that installed by nodapt
52
ls|list List all the installed node version
53
ls-remote|list-remote List all the available node version
54
- help <COMMAND> Print help information for the specified command
55
56
GLOBAL OPTIONS:
57
--help|-h Print help information
@@ -131,10 +130,6 @@ func main() {
131
130
if err := command.ListRemote(); err != nil {
132
handleError(err)
133
}
134
- case "help":
135
- printHelp()
136
- case "version":
137
- defaultBehaviorHandler(false, true, "")
138
case "run":
139
if err := command.Run(args[1:]); err != nil {
140
0 commit comments