-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
feat(rust): show interactive menu to select one or more TCP inlent when user dosen't specifies #6544
feat(rust): show interactive menu to select one or more TCP inlent when user dosen't specifies #6544
Conversation
7bc74b4
to
c6b90f3
Compare
Hi @0x61nas , thanks for submitting this PR! We recently merged the first PR related to making some commands interactive at #6480 That PR can serve as a guide on how to use some common functionalities that are now available as part of the |
3af0830
to
dd9a20f
Compare
@adrianbenavides Hi, is there any plan to review this anytime soon(in this October)?. Hope you have a nice day. |
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.
@0x61nas while we still have to review this change. I'm adding the Please not @adrianbenavides's feedback above. |
fine, i'll follow it |
dd9a20f
to
179ae09
Compare
179ae09
to
5fe4fa1
Compare
…hen user dosen't specifies Make ockam tcp-inlet delete (no args) interactive by asking the user to choose from a list of `tcp-inlet` aliases to delete using tuify - Closes: build-trust/issues/6466
5fe4fa1
to
96df927
Compare
Make ockam tcp-inlet delete (no args) interactive by asking the user to choose from a list of
tcp-inlet
aliases to delete using tuifyAfter this PR gets merged and if no one takes (#6465, #6464, #6463 and #6462) I'll apply the same changes in one or multiple othr PRs to close them
ockam tcp-inlet delete
(no args) interactive by asking the user to choose from a list of tcp-inlet aliases to delete (tuify) #6466Current behavior
Shows an error message when the user didn't specify an alias
Proposed changes
alias
argument optional--no-output
or--quiet
flagsChecks