-
|
Context:
I have installed https://github.com/ankitpokhrel/jira-cli. But in XONSH shell + carapace, jira autocompletion doesn't work. CARAPACE_BRIDGES has not effect. It's not fixing the issue. I don't understand exactly what's wrong, and the documentation is not very clear. How can I fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
What is the best way for community support? Github? |
Beta Was this translation helpful? Give feedback.
-
Bridging shells is a bit tricky, so there can be all kinds of reasons for this. jira: cobra
You can enable logging with CARAPACE_LOG which writes to
Config looks fine. |
Beta Was this translation helpful? Give feedback.
Bridging shells is a bit tricky, so there can be all kinds of reasons for this.
This one uses cobra so the best way would probably be to bridge that directly:
You can enable logging with CARAPACE_LOG which writes to
${TEMP}/carapace/{binary}.logSource code for the bridge is at carapace-bridge.
Config looks fine.
bridges.yamlis and optional variant and is more useful to directly bridge frameworks (better performance/quality than shells).The bash completion should already be provided by the implicit bridge (
CARAPACE_BRIDGES).The bridge uses a custom
~/.config/carapace/bridge…