Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- open
fish
bit complete
- check
~/.config/fish/completions/bit.fish
- type
bit <TAB>
- wait and hit
Ctrl+C
- get something like this
❯ bit
\e[0;39;49m\e]2;\cg\e[J
\e[?25l\e[0;93;49m> bit \e[0;39;49m\e[0;39;49m\e[0;39;49m\e[J\eD\eD\eD\eD\eD\eD\eM\eM\eM\eM\eM\eM\e[0;97;46m\e[1B\e[0;90;103m status \e[0;97;40m Show the working tree st…
COMP_LINE bit COMP_POINT err: strconv.Atoi: parsing "": invalid syntax
Expected behavior
Get an overview/completion of all bit commands
Desktop (please complete the following information):
The installed completions file in ~/.config/fish/completions/bit.fish looks like this:
function __complete_bit
set -lx COMP_LINE (commandline -cp)
test -z (commandline -ct)
and set COMP_LINE "$COMP_LINE "
/usr/local/bin/bit
end
complete -f -c bit -a "(__complete_bit)"
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
fishbit complete~/.config/fish/completions/bit.fishbit <TAB>Ctrl+CExpected behavior
Get an overview/completion of all
bitcommandsDesktop (please complete the following information):
elementary OS 5.1.7 Heraio.elementary.terminalfishbit: v0.9.11git: 2.17.1The installed completions file in
~/.config/fish/completions/bit.fishlooks like this: