Skip to content

CLI usage statement doesn't include manifest and validator_info (Version: 1.5.0-rc1) #3318

Closed
@mDuo13

Description

@mDuo13

Issue Description

The usage statement does list the manifest and validator_info commands, added by #3197.

Steps to Reproduce

Print the usage statement:

rippled -h

Expected Result

The result should list all supported commands.

Actual Result

The usage statement does not list either manifest or validator_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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationREADME changes, code comments, etc.Good First IssueGreat issue for a new contributor

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions