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 completion support #271

Merged
merged 4 commits into from
Jan 29, 2020
Merged

Add fish completion support #271

merged 4 commits into from
Jan 29, 2020

Conversation

mislav
Copy link
Contributor

@mislav mislav commented Jan 29, 2020

Fish is now the default shell on macOS, so it's only fitting that we have completion support for it.

Adopting code from spf13/cobra#754

TODO:

  • Move imported code to its own package
  • Have our Homebrew formula set up fish completion on install

mislav and others added 4 commits January 28, 2020 22:04
Co-authored-by: Tim Reddehase <tim.reddehase@xing.com>
By default, this was run on PowerShell on Windows, and even though the
Actions environment is supposed to immediately exit on failures[1], this
doesn't seem to have effect.

Switching to bash for unified behavior on all platforms.

[1]: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
@vilmibm vilmibm merged commit 0a3ef15 into master Jan 29, 2020
@mislav mislav deleted the fish-completion branch January 30, 2020 18:33
@ches
Copy link

ches commented Feb 13, 2020

Fish is now the default shell on macOS

That's zsh, but I'm glad to have this for fish, using it already ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants