Add apt install --reinstall completion

This commit is contained in:
Clément Martinez 2019-11-09 01:07:23 +01:00 committed by David Adam
parent 896ef65f8c
commit 82227b8854

View File

@ -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'