mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Add apt install --reinstall
completion
This commit is contained in:
parent
896ef65f8c
commit
82227b8854
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue