-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
cmd/clef: change --rpcport to --http.port and update docs #21318
Conversation
I think I prefer |
make a new package, move all flag helpers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rpcport
to http.clefport
for consistency with other flagsrpcport
to http.port
for consistency with other flags
rpcport
to http.port
for consistency with other flags
This PR updates the flag descriptions in the
README
of clef and also changes therpcport
flag tohttp.clefport
(since the default is 8550 rather than 8545 as is the default for regular http).QUESTION
Should we allow the legacy flag for port (
rpcport
) to still be valid and hide it when displaying flags with--help
?