Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Bash completion partly broken for bash 5.0.7 #355

Open
sublibra opened this issue Jul 8, 2019 · 2 comments
Open

Bash completion partly broken for bash 5.0.7 #355

sublibra opened this issue Jul 8, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@sublibra
Copy link
Collaborator

sublibra commented Jul 8, 2019

When selecting engine through the -e flag the code completion breaks. If engine is supplied through a corectl.yml file the issue can't be found.

example

$ corectl -e localhost:29076 -a ⇥⇥
<prints local dir>

with corectl.yml:

engine: localhost:29076
$ corectl -e -a ⇥⇥
<suggests app>

$ corectl -e localhost:29076 -a ⇥⇥
<prints local dir>

Issue found on Bash 5.0.7 (darwin)
The issue can't be found in bash 4.4.19 (bash win)

@sublibra sublibra added the bug Something isn't working label Jul 8, 2019
@sublibra
Copy link
Collaborator Author

sublibra commented Jul 8, 2019

Issue can't be found in bash 3.2.57 (Darwin)

@sublibra
Copy link
Collaborator Author

sublibra commented Jun 5, 2020

Reproduced on the restructuring branch (using -s instead of -e)

@glooms glooms removed their assignment Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants