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

Support fish shell completion #3231

Merged
merged 6 commits into from Jan 25, 2021
Merged

Support fish shell completion #3231

merged 6 commits into from Jan 25, 2021

Commits on Jan 12, 2021

  1. Support fish shell completion

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e8c595f View commit details
    Browse the repository at this point in the history
  2. Use spf13/cobra library to generate zsh completion

    reference to https://github.com/spf13/cobra/blob/v1.1.1/shell_completions.md
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ce367e1 View commit details
    Browse the repository at this point in the history
  3. Update velero completion help message

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c42368d View commit details
    Browse the repository at this point in the history
  4. Add changelog

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e16ae58 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Update cobra version in go.mod instead of replace

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2d16254 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Replace yourprogram to velero

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    78dcfe0 View commit details
    Browse the repository at this point in the history