-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Linux
- OSX
- Windows
Shell
- Bash
- Elvish
- Fish
- Nushell
- Oil
- Powershell
- Xonsh
- Zsh
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
# prevent banner by creating a fake .xonshrc |
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.
amitkot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working