You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the Executor signature to 'Execute(ctx context.Context, command []string)'
The proposal is to Include the resultsFunc as an option for the Executors and specify the StdoutCallback through a middleware. It will give you fine-grained control over each StdoutCallback method. (Related to #110)
The task must be refined.
The text was updated successfully, but these errors were encountered:
Change the Executor signature to 'Execute(ctx context.Context, command []string)'
The proposal is to Include the resultsFunc as an option for the Executors and specify the StdoutCallback through a middleware. It will give you fine-grained control over each StdoutCallback method. (Related to #110)
The task must be refined.
The text was updated successfully, but these errors were encountered: