cli
cli copied to clipboard
Tab autocomplete of application name no longer working
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 with exa
, typing heroku 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 with exa
, typing heroku config -a exa
and pressing tab should complete the command to heroku config -a example-app
Typing heroku config -a
and pressing tab does list all the apps.