-
Notifications
You must be signed in to change notification settings - Fork 224
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
Tab autocomplete of application name no longer working #2275
Comments
Thank you so much for letting us know! We'll take a look. |
On further review it seems to work for
but NOT for
|
Agreed - also does not work with |
Fixed for me.
|
Not for me:
|
The same for me: heroku/8.1.9 darwin-x64 node-v16.19.0 |
This is solved in 8.2.0 |
Not solved in Ran I have multiple apps prefixed with If I type |
Heroku Version 8.0.2-25b54fa
macOs 13.2.1 (Ventura) M1
Installed via Homebrew, updated via
heroku update
.I have run
heroku autocomplete
since updating.What is the current behavior?
When an app called
example-app
exists, and is the only app the user has that starts withexa
, typingheroku config -a exa
and pressing tab does nothing (get an error bell)What is the expected behavior?
When an app called
example-app
exists, and is the only app the user has that starts withexa
, typingheroku config -a exa
and pressing tab should complete the command toheroku config -a example-app
Typing
heroku config -a
and pressing tab does list all the apps.The text was updated successfully, but these errors were encountered: