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

Add fish shell completion support #848

Merged
merged 3 commits into from Aug 10, 2019

Commits on Aug 9, 2019

  1. Add fish shell completion support

    This commit adds a new method `ToFishCompletion` to the `*App` which can
    be used to generate a fish completion string for the application.
    
    Relates to: urfave#351
    
    Signed-off-by: Sascha Grunert <sgrunert@suse.com>
    saschagrunert committed Aug 9, 2019
    Copy the full SHA
    7506b11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56d12d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Copy the full SHA
    4e42a2f View commit details
    Browse the repository at this point in the history