corectl icon indicating copy to clipboard operation
corectl copied to clipboard

Bash completion partly broken for bash 5.0.7

Open sublibra opened this issue 6 years ago • 2 comments

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 avatar Jul 08 '19 11:07 sublibra

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

sublibra avatar Jul 08 '19 11:07 sublibra

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

sublibra avatar Jun 05 '20 06:06 sublibra