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 utilities for running commands in stages #140

Merged
merged 8 commits into from
Oct 9, 2023
Merged

Add utilities for running commands in stages #140

merged 8 commits into from
Oct 9, 2023

Conversation

boq
Copy link
Member

@boq boq commented Oct 4, 2023

Currently execution of a command is managed entirely by Brigadier. This complicates implementation of commands that introduce complex flows on their own, like waiting for a result of function.

This PR adds utilities for running commands in stages, so caller can have more control over it.

@slicedlime slicedlime self-requested a review October 4, 2023 08:06
@boq boq merged commit b92c420 into master Oct 9, 2023
2 checks passed
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.

4 participants