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

Added run() and exec() functions #237

Merged
merged 4 commits into from
Sep 17, 2024
Merged

Added run() and exec() functions #237

merged 4 commits into from
Sep 17, 2024

Conversation

ldemailly
Copy link
Member

  • run() runs to current s.Out and errors out on non 0 exit code
  • exec() captures stdout and stderr and err to a map result

Fixes #236

go.mod Outdated Show resolved Hide resolved
@ldemailly ldemailly merged commit a2041f5 into main Sep 17, 2024
3 checks passed
@ldemailly ldemailly deleted the shell_1 branch September 17, 2024 01:15
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.

shell like functions
1 participant