-
Notifications
You must be signed in to change notification settings - Fork 129
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
how to change the bufSize of the stdoutStream when i use cmd.NewCmdOptions.. to get the object? #66
Comments
I have run into the same issue. If you create a |
I'd love to make a PR on this to make the line buffer size configurable if that would be accepted. 🙏 We have hit this issue in the past migrating off of |
Released as v1.4.1. |
hello , my question is :
when i use the following code
envCmd := cmd.NewCmdOptions(cmdOptions, args[0], args[1:]...)
to get the envCmd object, can i still change the value of stdoutStream's bufSize in the envCmd object ?it confused me a lot . thanks !
The text was updated successfully, but these errors were encountered: