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

Allow REPL commands to be aliased #730

Closed
adamralph opened this issue May 29, 2014 · 2 comments · Fixed by #769 or #879
Closed

Allow REPL commands to be aliased #730

adamralph opened this issue May 29, 2014 · 2 comments · Fixed by #769 or #879
Assignees
Labels
Milestone

Comments

@adamralph
Copy link
Contributor

E.g. I'd like to type :cls instead of :clear

:alias "cls" "clear"
@adamralph adamralph changed the title Allow commands to be aliased Allow REPL commands to be aliased May 29, 2014
@filipw filipw self-assigned this Jun 18, 2014
@adamralph adamralph modified the milestones: v1.0, v0.12 Dec 21, 2014
@adamralph
Copy link
Contributor Author

Reopening, because I think we just need to handle the case of non-existent commands gracefully. Currently, KeyNotFoundException is allowed out to the REPL:

image

@adamralph adamralph reopened this Dec 21, 2014
@adamralph adamralph assigned adamralph and unassigned filipw Dec 21, 2014
@adamralph
Copy link
Contributor Author

I have the fix ready on a branch which is itself branched off #877 to avoid later conflicts. I can raise a PR after #877 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants