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
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
I've got a fix to submit to add a -o outputfile as an option vs. dumping to console.
I think we should also allow providing a custom date -d date as an option vs. trying to automatically grab the last release (there may not be one if it's new, or may not align to other fixes).
For this we should probably use an actual helper for processing complex command-line option arrangements. 😊
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got a fix to submit to add a
-o outputfile
as an option vs. dumping to console.I think we should also allow providing a custom date
-d date
as an option vs. trying to automatically grab the last release (there may not be one if it's new, or may not align to other fixes).For this we should probably use an actual helper for processing complex command-line option arrangements. 😊
The text was updated successfully, but these errors were encountered: