mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:07:22 +08:00
6 lines
161 B
Fish
6 lines
161 B
Fish
|
#apt-key
|
||
|
complete -r -c apt-key -a add -d "add a new key"
|
||
|
complete -f -c apt-key -a del -d "remove a key"
|
||
|
complete -f -c apt-key -a list -d "list trusted keys"
|
||
|
|