mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
5 lines
194 B
Fish
5 lines
194 B
Fish
#apt-key
|
|
complete -r -c apt-key -a add --description "Add a new key"
|
|
complete -f -c apt-key -a del --description "Remove a key"
|
|
complete -f -c apt-key -a list --description "List trusted keys"
|
|
|