mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
fa9d00a81a
darcs-hash:20070804110916-cbd54-5a9d129b9cfc7bf1b8f09248631ddbfbfc0dda22.gz
8 lines
351 B
Fish
8 lines
351 B
Fish
#completion for ports
|
|
|
|
complete -f -c ports -s u -l update -a '(__fish_ports_dirs)' -d 'Update ports'
|
|
complete -f -c ports -s l -l list -d 'List ports'
|
|
complete -f -c ports -s d -l diff -d 'List version diffs between local and installed ports'
|
|
complete -f -c ports -s v -l version -d 'Print version'
|
|
complete -f -c ports -s h -l help -d 'Print help'
|
|
|