fix: use old auto-completion for 0.9.x compat

See toolshed/organising#644

Partial revert of 1f8662cd95
This commit is contained in:
2024-10-27 08:54:43 +01:00
parent 1f9b863be0
commit b313b0a145
4 changed files with 24 additions and 41 deletions

View File

@ -1,5 +1,5 @@
function complete_abra_args
set -l cmd (commandline -poc) --generate-shell-completion
set -l cmd (commandline -poc) --generate-bash-completion
$cmd
end
complete -c abra -f -n "not __fish_seen_subcommand_from -h --help -v --version complete_abra_args" -a "(complete_abra_args)"