mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 23:14:04 +00: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:
parent
0efc55cbe9
commit
a4a42fa2c3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue