Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak Zsh completions and allow completion on ports tree #652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 28, 2021

  1. Tweak Zsh completions and allow completion on ports tree

    - Ensure that mutually exclusive options are not both completed. For
      example, in the '-a' specification for the 'bulk' action shown below,
      the (-f *) indicates that if '-a' has been specified, then do not
      complete either '-f' or a ports tree.
    
             '(-f *)-a[build the whole ports tree]'
    
    - Ensure that mandatory arguments are properly completed. For example, in
      the '-p' specifications show below, in the first form, the ports tree is
      optional and in the second form it is mandatory.
    
            -p+[specifies which ports tree to use]::tree:_poudriere_pt
            -p+[specifies which ports tree to use]:tree:_poudriere_pt
    Jehops committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7425927 View commit details
    Browse the repository at this point in the history