mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Add apt install --reinstall
completion
This commit is contained in:
parent
896ef65f8c
commit
82227b8854
|
@ -42,6 +42,7 @@ __fish_apt_subcommand show -r -d 'Show package information'
|
|||
|
||||
# Install
|
||||
__fish_apt_subcommand install -r -d 'Install packages'
|
||||
__fish_apt_option install -l reinstall -d 'Reinstall package'
|
||||
|
||||
# Remove
|
||||
__fish_apt_subcommand remove -r -d 'Remove packages'
|
||||
|
|
Loading…
Reference in New Issue
Block a user