Add a few more macports completions

This commit is contained in:
ViViDboarder 2021-06-08 18:23:57 -07:00
parent ee9645bff1
commit 61d304f067
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ complete -f -c port -n '__fish_port_needs_command' -s f -d 'Force mode, ignore s
complete -r -c port -n '__fish_port_needs_command' -s D -d 'Specify portdir'
complete -r -c port -n '__fish_port_needs_command' -s F -d 'Read and proccess the file of commands'
# selfupdate
complete -f -c port -n '__fish_port_needs_command' -a 'selfupdate' -d 'Sync macports and ports tree'
# sync
complete -f -c port -n '__fish_port_needs_command' -a 'sync' -d 'Sync ports tree'
# activate
complete -f -c port -n '__fish_port_needs_command' -a activate -d 'Activates installed portname'