]> gitweb.michael.orlitzky.com - email-validator.git/history - src/CommandLine.hs
email-validator.cabal: bump to version 1.1.0
[email-validator.git] / src / CommandLine.hs
2019-03-08 Michael OrlitzkyRemove the "--input" and "--output" command-line flags.
2019-03-08 Michael Orlitzkysrc/CommandLine.hs: remove redundant Typeable derivation.
2014-02-15 Michael OrlitzkyWhitespace cleanup in CommandLine.
2013-11-22 Michael OrlitzkyGreatly simplify the CommandLine module.
2013-06-10 Michael OrlitzkyAdd an --rfc5322 option which validates against the...
2013-06-09 Michael OrlitzkyUse a hyphen instead of an underscore in the program...
2013-05-29 Michael OrlitzkyAdd command-line processing.