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
All command line options that take a filename should also take "-". These can be found by searching for metavar "FILE" in the source code.
When - is given to these options, the behaviour should depend on whether or not the file is an input or output file. If it is an input file, then the input should read from stdin. If it is an output file, then the output should write to stdout.
The change should otherwise be backwards compatible.
The text was updated successfully, but these errors were encountered:
Internal/CLI
All command line options that take a filename should also take "-". These can be found by searching for
metavar "FILE"
in the source code.When
-
is given to these options, the behaviour should depend on whether or not the file is an input or output file. If it is an input file, then the input should read fromstdin
. If it is an output file, then the output should write tostdout
.The change should otherwise be backwards compatible.
The text was updated successfully, but these errors were encountered: