-
Notifications
You must be signed in to change notification settings - Fork 3
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 create API #15
Add create API #15
Conversation
8f9a7d6
to
740c56d
Compare
@brenthuisman what do you think of this API for creating a par2 file? (take a look at |
Looks good! The |
The default delegate logs to stdout/stderr, which libraries shouldn't do in general (IMO), unless there's some way to turn it off. Is the default logging behavior desired for your use case? If not, I might just make the default not log at all. |
By default I intercept stdout and stderr and route to /dev/null. |
Ah cool, I'll set it to not log by default, then. |
Feature-Start: create-api
05887f8
to
d5efbbf
Compare
ebf5b12
to
ba4981f
Compare
Feature-End: create-api
Add create API for #6.