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

feat(build-cli): Add autocomplete support for bash and zsh #12748

Merged
merged 3 commits into from
Nov 2, 2022

Conversation

tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Nov 1, 2022

Adds an autocomplete command to flub which can be used to generate autocomplete config for bash and zsh. This is provided "for free" by using @oclif/plugin-autocomplete.

fish is not supported, but possibly could be with this PR: oclif/plugin-autocomplete#38 We could either wait for the feature to come, release a custom plugin with that PR in the meantime, or open our own PR to add it.

@github-actions github-actions bot added the base: main PRs targeted against main branch label Nov 1, 2022
@tylerbutler tylerbutler marked this pull request as ready for review November 1, 2022 17:27
@tylerbutler tylerbutler requested review from msfluid-bot and a team as code owners November 1, 2022 17:27
@tylerbutler
Copy link
Member Author

One of the GitHub actions is failing, but since it's just a job that adds labels to the PR, I'm ignoring it and merging.

@tylerbutler
Copy link
Member Author

Thanks for the review, @CraigMacomber!

@tylerbutler tylerbutler merged commit 429840d into microsoft:main Nov 2, 2022
@tylerbutler tylerbutler deleted the cli/autocomplete branch November 2, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants