Skip to content

Argument pragma seems to drop information in help message of following options #15

Open
@kdeme

Description

@kdeme

Noticed here that if the argument is put before the distance option. The help message is incomplete. Switching order seems to work as workaround.

In both cases, the cli works the same though, seems to be just the help message, e.g.:

Available sub-commands:

dcli ping <node>
<node>                 ENR URI of the node to a send ping message
dcli findnode

Instead of:

Available sub-commands:

dcli ping <node>
<node>                 ENR URI of the node to a send ping message
dcli findnode [OPTIONS]... <node>
<node>                 ENR URI of the node to send a findNode message
The following options are available:

 --distance       Distance parameter for the findNode message

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions