mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-04-01 17:35:13 +08:00
completions/aura: remove outdated flag
Commit a0b46e620 ("Update Aura completions") removed "abs", but forgot it here. Fixes #7865
This commit is contained in:
parent
4f00ccfd16
commit
dc417f58ae
@ -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…
x
Reference in New Issue
Block a user