build-trust / ockam

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.
https://ockam.io
Apache License 2.0
4.48k stars 560 forks source link

Improve `ockam tcp-inlet create --help` text (`clap` command) #6643

Open nazmulidris opened 1 year ago

nazmulidris commented 1 year ago

Current behavior

When a user runs ockam tcp-inlet create --help they are presented with the following help information.

Image

Desired behavior

Instead, the help text should instead show the following: Create a TCP Inlet

Implementation details

You can change the Rust doc comment for the CreateCommand struct in this file to make this change.


We love helping new contributors! ❤️ If you have questions or need help as you explore, please join us on Discord. If you're looking for other issues to contribute to, please checkout our good first issues.

priyanshu9899 commented 1 year ago

assign me this issue #6643 @nazmulidris. I would like to work on this .

nazmulidris commented 1 year ago

@priyanshu9899 That's awesome, this is all yours. Please let us know if you have any questions as you explore. You can also ask questions on the contributors discord https://discord.gg/RAbjRr3kds

ivor11 commented 2 months ago

Hi @nazmulidris , i'd like to submit a PR for this issue

etorreborre commented 2 months ago

Hi @ivor11, please do.

ivor11 commented 2 months ago

Hi @etorreborre , I've created a PR for this https://github.com/build-trust/ockam/pull/8449