ockam icon indicating copy to clipboard operation
ockam copied to clipboard

`ockam command option` should output missing arguments with their format where applicable

Open lameferret opened this issue 2 years ago • 0 comments

Current Behaviour

> ockam tcp-listener create
error: The following required arguments were not provided:
    <ADDRESS>

USAGE:
    ockam tcp-connection create [OPTIONS] <ADDRESS>

For more information try --help

Should Be

error: The following required arguments were not provided:
    <ADDRESS>
            IPV4/IPV6:PORT

USAGE:
    ockam tcp-connection create [OPTIONS] <ADDRESS>

For more information try --help

Suggestions are welcome #3143 PR's can be submitted in sections.

lameferret avatar Aug 07 '22 17:08 lameferret