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

HIP for descriptions for custom completions #161

Merged
merged 2 commits into from
Feb 18, 2021

Commits on Nov 15, 2020

  1. HIP for descriptions for custom completions

    Proposal to add descriptions to helm's custom completions.
    This would apply to zsh and fish shells but not to bash, as bash does
    not (currently) support descriptions for completions.
    
    For example:
    
    $ helm history n<TAB>
    nginx   -- nginx-6.0.2 -> deployed
    nginx2  -- nginx-ingress-1.41.2 -> deployed
    
    instead of simply:
    
    $ helm history n<TAB>
    nginx  nginx2
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    095fed9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Rename to hip 0008 and include review updates

    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    01e586e View commit details
    Browse the repository at this point in the history