ockam
ockam copied to clipboard
`ockam command option` should output missing arguments with their format where applicable
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.