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 support for processing multiple input lines #110

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Aug 25, 2023

Changes

  • add support for reading input URLs from a file
  • add support for reading input URLs from stdin
  • retain interactive prompt if no input given
  • remove leading explanation text from results
  • emit URL parsing failure text to stderr, continue processing URLs
    • allow for batch operation
    • allow for splitting success results and error output across different files
  • refactor output and decoding logic
  • refresh README coverage
    • add new support for processing standard input
    • add new flags
    • update examples

References

- add support for reading input URLs from a file
- add support for reading input URLs from stdin
- retain interactive prompt if no input given
- remove leading explanation text from results
- emit URL parsing failure text to stderr, continue
  processing URLs
  - allow for batch operation
  - allow for splitting success results and error output
    across different files
- refactor output and decoding logic
- refresh README coverage
  - add new support for processing standard input
  - add new flags
  - update examples

refs GH-78
@atc0005 atc0005 added documentation Improvements or additions to documentation enhancement New feature or request config output/logging file refactor labels Aug 25, 2023
@atc0005 atc0005 added this to the v0.3.0 milestone Aug 25, 2023
@atc0005 atc0005 self-assigned this Aug 25, 2023
@atc0005 atc0005 merged commit 9102730 into master Aug 25, 2023
30 checks passed
@atc0005 atc0005 deleted the i78-process-multiple-input-lines branch August 25, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config documentation Improvements or additions to documentation enhancement New feature or request file output/logging refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for processing multiple input lines
1 participant