Current Behavior
Any command beginning carapace _carapace hangs - xonsh is taking up 180% CPU
Expected Behavior
I assume just runs to an end
Steps To Reproduce
Just run carapace _carapace xonsh or replace xonsh by any other file name.
Version
1.0.1
OS
Shell
Anything else?
The command does run in fish
It is also unclear what should be set in xonsh.
the test
|
# prevent banner by creating a fake .xonshrc |
sets no environment.
https://github.com/carapace-sh/carapace-bin says
# xonsh (~/.config/xonsh/rc.xsh)
COMPLETIONS_CONFIRM=True
exec($(carapace _carapace))
But the first line is not setting an environment variable so I think makes no effect. (It needs a $ to begin with)
Also the command show elsewhere is carapace _carapace xonsh (or any other shell name)
This documentation issue means that I am uncertain how to start carapace.
Current Behavior
Any command beginning
carapace _carapacehangs - xonsh is taking up 180% CPUExpected Behavior
I assume just runs to an end
Steps To Reproduce
Just run
carapace _carapace xonshor replace xonsh by any other file name.Version
1.0.1
OS
Shell
Anything else?
The command does run in fish
It is also unclear what should be set in xonsh.
the test
carapace/example/_test/invoke_xonsh
Line 7 in db7e596
https://github.com/carapace-sh/carapace-bin says
But the first line is not setting an environment variable so I think makes no effect. (It needs a $ to begin with)
Also the command show elsewhere is
carapace _carapace xonsh(or any other shell name)This documentation issue means that I am uncertain how to start carapace.