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

Implement Devantler.CLIRunner #1

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Implement Devantler.CLIRunner #1

merged 2 commits into from
Jul 12, 2024

Conversation

devantler
Copy link
Owner

This pull request implements the Devantler.CLIRunner class, which allows running CLI commands and capturing their output. The class provides a method RunAsync that takes a command, cancellation token, validation option, and silent flag, and returns the exit code and result of the command. This feature will be useful for executing CLI commands within applications.

@devantler devantler added the enhancement New feature or request label Jul 12, 2024
@devantler devantler self-assigned this Jul 12, 2024
Copy link

codecov bot commented Jul 12, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@devantler devantler merged commit fa071dc into main Jul 12, 2024
5 checks passed
@devantler devantler deleted the clirunner branch July 12, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant