Open
Description
Current Behavior
Attempting to complete nom-build
which ships a zsh-completion in CARAPACE_BRIDGES=zsh nu
does not work: NO RECORDS FOUND
.
Perhaps this is to do with the completion being equal to some other completion?
Expected Behavior
It should do zsh nix-build
completions for nom-build
.
Steps To Reproduce
- In an env where zsh and nix-output-monitor are installed
- Run
CARAPACE_BRIDGES=zsh nu
- Try to complete
nom-build <TAB>
Version
1.0.2
OS
- Linux
- OSX
- Windows
Shell
- Bash
- Elvish
- Fish
- Nushell
- Oil
- Powershell
- Xonsh
- Zsh
Anything else?
Nom basically declares itself as an alias. That may be the reason?
Related to this: Should carapace attempt to use its own completions for the command aliased by the bridge or should it use the bridge's aliased command via the bridge too?
Least surprise would probably be to use the aliased command completion via the bridge as command aliases should be handled by carapace itself for native completions.