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

Add in-place operations to CLI tool. #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

scooby
Copy link

@scooby scooby commented Mar 10, 2019

  • Same operation as before when no paths passed.
  • Ignores stdin/stdout when paths passed and processes paths in place.

This is for the case where you have a bunch of JSON that ought to be prettified when building, and you want to run find json-stuff -name \*.json -exec aeson-pretty {} + against it.

I've also tested it with the stack-7.10.yaml, and against a bunch of JSON files I had, and it seems Good To Go.

ben-509 added 2 commits March 9, 2019 22:15
- Same operation as before when no paths passed.
- Ignores stdin/stdout when paths passed and processes paths in place.
- Works great with find json-stuff -name \*.json -exec aeson-pretty {} +
@scooby
Copy link
Author

scooby commented Mar 19, 2019

It looks like the jobs that failed were due to a failed download; I can't recreate the issue locally and it doesn't seem related to anything I changed.

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.

2 participants