mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
completions/aura: remove outdated flag
Commit a0b46e620 ("Update Aura completions") removed "abs", but forgot
it here.
Fixes #7865
This commit is contained in:
@@ -87,7 +87,7 @@ for condition in query sync
|
||||
complete -c aura -n $$condition -s s -l search -r -d 'Search packages for regexp'
|
||||
end
|
||||
|
||||
for condition in abs aur
|
||||
for condition in aur
|
||||
complete -c aura -n $$condition -s a -l delmakedeps -d 'Remove packages only needed during installation'
|
||||
complete -c aura -n $$condition -s d -l deps -d 'View package dependencies'
|
||||
complete -c aura -n $$condition -s i -l info -d 'View package information'
|
||||
|
||||
Reference in New Issue
Block a user