Skip to content
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

skywire-cli terminal user interface improvements #1385

Closed
0pcom opened this issue Oct 7, 2022 · 1 comment
Closed

skywire-cli terminal user interface improvements #1385

0pcom opened this issue Oct 7, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@0pcom
Copy link
Collaborator

0pcom commented Oct 7, 2022

after my rework of the skywire-cli subcommand structure and flags from a few months ago, subsequent refactors to the formatting of some flags for cli commands has negatively impacted the help menu display, in terms of line wrap, etc.

the skywire-cli help menus will be reformatted to fit again in the default 80x24 terminal window.

Additionally, it should be more easily possible to use the output from one command as the input for another. especially when dealing with public keys or other identifiers which are comprised of long alphanumeric strings.

one example is the skywire-cli tp subcommands.

the output of tp list could have a flag to only output transport IDs. Then, removing all transports could be something like the following command

skywire-cli visor tp rm $(skywire-cli visor tp list --ids)

this is one example of numerous possible

@0pcom 0pcom added the enhancement New feature or request label Oct 7, 2022
@0pcom 0pcom added this to the Milestone 9 milestone Dec 13, 2022
@0pcom
Copy link
Collaborator Author

0pcom commented May 14, 2023

fixed in #1390

@0pcom 0pcom closed this as completed May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant