mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 02:21:44 +08:00
6 lines
173 B
Fish
6 lines
173 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")
|
|
|