-
-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(rust): fix help messages of some CLI commands #6304
fix(rust): fix help messages of some CLI commands #6304
Conversation
Hey @janithjeewantha, was this PR closed accidentally? |
Hi @adrianbenavides , I submitted a new PR shortly for CLA #6307 and @mrinalwadhwa had merged it. So I believe this one can be merged now if possible. |
@janithjeewantha I just confirmed with @mrinalwadhwa that it was accidentally closed. Sometimes GitHub does weird stuff when you link issues and PR's between each other. I'll review it ASAP! |
implementations/rust/ockam/ockam_command/src/tcp/outlet/show.rs
Outdated
Show resolved
Hide resolved
88f2731
to
fa7d8dd
Compare
b29d327
to
2b80eee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge, thanks @janithjeewantha for this contribution!! 🚀
I noticed that the help messages of "ockam tcp-outlet" and "ockam tcp-inlet" display a wrong message for the "show" commands.
Those were corrected by updating the comments used by Clap.
Checks