]> gitweb.michael.orlitzky.com - email-validator.git/commit
Remove the "--input" and "--output" command-line flags.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 22:06:24 +0000 (17:06 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 22:06:24 +0000 (17:06 -0500)
commit2e8aab2a69a8b9887e4f037115b80a2063d3a6b7
tree4d47b0f8f70663d0e8dafed730a36a7b666bdb74
parent26d9ffe7a637c826da3b1b330843173205d79964
Remove the "--input" and "--output" command-line flags.

You should know how to use stdin and stdout. These flags are
redundant, and over-complicate the code.
email-validator.cabal
src/CommandLine.hs
src/ExitCodes.hs [deleted file]
src/Main.hs