-
Notifications
You must be signed in to change notification settings - Fork 20.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line help #22218
Comments
good point actually - fixing via #22220 |
Also consider my suggestion of adding a command "node" to actually start the Ethereum node. I filed this report after staring on the help screen for like 10 minutes and wondering "how to I actually start the node" |
I think this is a great idea - then we could also mark this one as "default" |
The documentation is fixed now, but we don't want to add the "node" command. Geth has subcommands for functionality beyond just running the node, but being an Ethereum node is the main thing, and doesn't need a subcommand. |
The current version of geth gives the following line in the command line help:
Actually, it appears that to start go-ethereum as an Ethereum node, the
command
argument is left out. This should be documented by showing that command is optional:and adding a line describing this behaviour, e.g. "leaving out the
command
parameter starts geth as an ethereum node"It may also be nice to add a "node" command and making this the default behaviour.
The text was updated successfully, but these errors were encountered: