2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-15 06:24:01 +00:00
fish-shell/share/completions/apt-key.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"