-
Notifications
You must be signed in to change notification settings - Fork 62
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
Include instructions after src action exec #202
Comments
A thought I had: maybe we should rethink dumping the patch to stdout and instead use a default location, like |
If we make creating a file the default do we still want to handle the case where they pipe the output to create patches? eg:
We could check if stdout is pointing at a pipe 'tee' output there too in that case? |
I think that's a good default, yes.
|
@ryanslade if I understand it correctly, #214 did only include the "print to default" file part of this ticket, but not "print instructions", right? |
Yep, working on the instructions now |
Add some instructions to src action exec when everything went well and we print a patch to stdout.
Print instructions to STDERR after the json has been dumped.
The text was updated successfully, but these errors were encountered: