mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
completions/aura: remove outdated flag
Commita0b46e620("Update Aura completions") removed "abs", but forgot it here. Fixes #7865 (cherry picked from commitdc417f58ae)
This commit is contained in:
committed by
David Adam
parent
0efc55cbe9
commit
a4a42fa2c3
@@ -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