You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 5a14efc broke input from stdin, with the check added for
actually existing files. Add an exception when the file input is "-" so
reading from stdin works again. The original commit that introduced this
feature did not include documentation. Add documentation to "--help",
manpages and the README. Add testing for reading from stdin with python3
so future commits will not break the feature unintentionally.
Fixes: dilshod#270
Commit 5a14efc broke 8a4c028, which added the usual
-
to indicatestdin
. Reported by @Konfekt in #264.Todo:
-
to documentation-
to testsThe text was updated successfully, but these errors were encountered: