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

Write generated shell completions to stdout #219

Merged
merged 2 commits into from
Dec 24, 2021
Merged

Write generated shell completions to stdout #219

merged 2 commits into from
Dec 24, 2021

Conversation

Soumil-07
Copy link
Contributor

Came here to make an issue similar to #204, and decided to create a PR with the fix. My only gripe is this could be a breaking change (I'm not sure if people use procs --completion in other shell scripts? Doesn't seem likely).

@dalance
Copy link
Owner

dalance commented Dec 23, 2021

My only gripe is this could be a breaking change

I think so too. How about another option name like below?

$ procs --completion-out zsh | source 

@Soumil-07
Copy link
Contributor Author

My only gripe is this could be a breaking change

I think so too. How about another option name like below?

$ procs --completion-out zsh | source 

That's a good idea, I've created 4889828 with a separate --completion-out flag.

@dalance
Copy link
Owner

dalance commented Dec 24, 2021

LGTM. Thanks!

@dalance dalance merged commit 37399f4 into dalance:master Dec 24, 2021
@Soumil-07 Soumil-07 deleted the completions-to-stdout branch December 24, 2021 12:06
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.

2 participants