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(cli), introduce "wait" handler for commands that never exit #8625

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Mar 5, 2024

Some commands should never exit. Such as bit watch or bit server that helps IDE to communicate with bit.
Instead of hacking the report handler by waiting for the promise forever, this PR adds a new handler wait, which never exits the process.

@davidfirst davidfirst enabled auto-merge (squash) March 5, 2024 18:45
@davidfirst davidfirst merged commit e0c4b0e into master Mar 5, 2024
11 checks passed
@davidfirst davidfirst deleted the command-wait-handler branch March 5, 2024 19:28
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