CLI usage statement doesn't include manifest and validator_info (Version: 1.5.0-rc1) #3318
Labels
Documentation
README changes, code comments, etc.
Good First Issue
Great issue for a new contributor
Issue Description
The usage statement does list the
manifest
andvalidator_info
commands, added by #3197.Steps to Reproduce
Print the usage statement:
Expected Result
The result should list all supported commands.
Actual Result
The usage statement does not list either
manifest
orvalidator_info
.Environment
Arch Linux, x86_64, self-compiled v1.5.0-rc1.
Supporting Files
The commands portion of the usage statement is in printHelp() of Main.cpp.
It might be possible to make the usage statement dynamic. Much of the necessary info is in Handler.cpp although some of the parameter parsing isn't.
The text was updated successfully, but these errors were encountered: