From: Michael Orlitzky Date: Fri, 8 Mar 2019 22:06:24 +0000 (-0500) Subject: Remove the "--input" and "--output" command-line flags. X-Git-Tag: 1.0.0~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=2e8aab2a69a8b9887e4f037115b80a2063d3a6b7;hp=2e8aab2a69a8b9887e4f037115b80a2063d3a6b7;p=email-validator.git 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. ---