mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-07 17:28:30 +08:00
6 lines
176 B
Fish
6 lines
176 B
Fish
#apt-key
|
|
complete -r -c apt-key -a add -d (N_ "Add a new key")
|
|
complete -f -c apt-key -a del -d (N_ "Remove a key")
|
|
complete -f -c apt-key -a list -d (N_ "List trusted keys")
|
|
|