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

uxi: add a function for running commands as standalone #12

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

raklaptudirm
Copy link
Owner

  • A function to run standalone commands has been added.
/// run_cmd_strings allows running a Command independently from the main uxi
/// loop. Since the commands are run in a standalone way, everything is run
/// synchronously.
pub fn run_cmd_string(&self, str: String, context: T) -> Result<(), RunError>
  • GuardedBundledCtx has been removed from the public API.

@raklaptudirm raklaptudirm added type: enhancement New feature or request project: tetka-uxi Related to the uxi project labels Aug 15, 2024
@raklaptudirm raklaptudirm merged commit 52b65f1 into master Aug 15, 2024
6 checks passed
@raklaptudirm raklaptudirm deleted the run-cmd branch August 15, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project: tetka-uxi Related to the uxi project type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant