mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 20:49:55 +08:00

Add completions for `downgrade` tool Add new `--installed` option for printing Arch packages Change Arch Linux package related completions to use `--installed` add newline
4 lines
126 B
Fish
4 lines
126 B
Fish
# Arch Linux package downgrader tool
|
|
complete -c downgrade -f
|
|
complete -c downgrade -xa "(__fish_print_packages --installed)"
|