borg2 currently has hand-written fish completions, which are likely outdated and not really maintained.
for bash and zsh, we already use shtab (pulled in via jsonargparse) to automatically generate completions.
the goal is to generate fish shell completions in the same automated way and remove the hand-written completions.
borg2 currently has hand-written fish completions, which are likely outdated and not really maintained.
for bash and zsh, we already use
shtab(pulled in viajsonargparse) to automatically generate completions.the goal is to generate fish shell completions in the same automated way and remove the hand-written completions.