You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1412 has a side effect where running nodeos --help now prints at the end of the output
info 2023-07-25T15:29:09.663 nodeos main.cpp:153 operator() ] nodeos version v4.1.0-dev v4.1.0-dev-f9e6188892e9e9b5b5a41c380378a4f117f296f9-dirty
info 2023-07-25T15:29:09.663 nodeos main.cpp:62 log_non_default_opti ] Non-default options: help
This isn't strictly limited to --help, but also other commands like nodeos --print-default-config or even nodeos --version:
$ nodeos --version
v4.1.0-dev
info 2023-07-25T15:37:18.230 nodeos main.cpp:153 operator() ] nodeos version v4.1.0-dev v4.1.0-dev-f9e6188892e9e9b5b5a41c380378a4f117f296f9-dirty
info 2023-07-25T15:37:18.230 nodeos main.cpp:62 log_non_default_opti ] Non-default options: version
imo this is confusing and annoying.
I even noticed it's printed during the build since apparently somewhere we now call nodeos --help during the build (which, alas, also breaks cross compiling..).
The text was updated successfully, but these errors were encountered:
#1412 has a side effect where running
nodeos --help
now prints at the end of the outputThis isn't strictly limited to
--help
, but also other commands likenodeos --print-default-config
or evennodeos --version
:imo this is confusing and annoying.
I even noticed it's printed during the build since apparently somewhere we now call
nodeos --help
during the build (which, alas, also breaks cross compiling..).The text was updated successfully, but these errors were encountered: