HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
68 stars 23 forks source link

Add command line arguments for output and report #6

Closed KonajuGames closed 1 year ago

KonajuGames commented 1 year ago

Fixes issue #1

Adds -o -r

plus tests for command line argument processing

KonajuGames commented 1 year ago

There are very likely more comprehensive command line argument processing methods around, but do we need that complexity yet?

troyhunt commented 1 year ago

Fantastic! Want to start dropping some documentation into the readme?