mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
690648e1b0
darcs-hash:20060108025656-ac50b-e2309829a0afa6b3270d13814e9600d0fd372407.gz
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")
|
|
|