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

CLI improvements #127

Closed
wants to merge 3 commits into from
Closed

CLI improvements #127

wants to merge 3 commits into from

Conversation

abitmore
Copy link
Member

@abitmore abitmore commented May 3, 2019

  1. improve CLI tab completion feature

For example, if there are 3 commands: "gethelp", "get_account" and "get_account_name",
input "ge" then press TAB, the command will be completed to "get"; (this is new)
press TAB again, a list with all 3 commands will show;
input "get_ac" then press TAB, the command will be completed to "get_account"; (this is new)
press TAB again, a list with "get_account" and "get_account_name" will show.

abitmore added 3 commits May 2, 2019 21:44
For example, if there are 3 commands: "gethelp", "get_account" and "get_account_name",
input "ge" then press TAB, the command will be completed to "get";
press TAB again, a list with all 3 commands will show;
input "get_ac" then press TAB, the command will be completed to "get_account";
press TAB again, a list with "get_account" and "get_account_name" will show.
@abitmore
Copy link
Member Author

abitmore commented May 3, 2019

Need to bump editline submodule after troglobit/editline#25 get merged. In addition, since the code change about password handling is reverted in upstream, we need to rework on that part (update: that's #97).

@abitmore
Copy link
Member Author

abitmore commented May 4, 2019

Waiting for troglobit/editline#26 to be merged. More to come.

@abitmore
Copy link
Member Author

abitmore commented May 7, 2019

Cherry-picked the first 2 commits in this PR to #119, will continue there. The 3rd commit in this PR was wrong, so I dropped it.

@abitmore abitmore closed this May 7, 2019
@abitmore abitmore deleted the cli-improve branch May 21, 2019 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant