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

Autocomplete: treat aliases as commands in their own right #303

Open
autonordev opened this issue Aug 27, 2023 · 0 comments
Open

Autocomplete: treat aliases as commands in their own right #303

autonordev opened this issue Aug 27, 2023 · 0 comments

Comments

@autonordev
Copy link
Collaborator

Currently, auto-complete will ignore aliases unless there is a direct match. This is problematic because aliases can be helpful in trying to make potentially verbose or unclear command names more memorable, and so excluding them from auto-complete is harmful to the user experience.

This is a change in behaviour, so we should be mindful about developer and user needs, but there would not be any API impact.

@autonordev autonordev changed the title Autocomplete: consider treating aliases as commands in their own right Autocomplete: treat aliases as commands in their own right Sep 23, 2023
@autonordev autonordev added type:enhancement New feature or request scope:interface and removed type:idea labels Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant