Skip to content

Commit

Permalink
docs(readme): rm empty str arg for stdin/stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jul 19, 2023
1 parent 121e622 commit ef9cdb6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ usage: {cbor,json,msgpack,toml,yaml}2yaml [-h] [-i input] [-o output]
All of the commands above exit with status 0 on success, 1 on operational
failure, and 2 when they fail to parse the command line.

If no input argument `input`/ `-i input` is given or its value is `-` or
a blank string, Remarshal reads input data from standard input. Similarly,
with no `output`/`-o output` or an output argument that is `-` or a blank
string, it writes the result to standard output.
If no input argument `input`/`-i input` is given or its value is `-`, Remarshal reads input data from standard input. Similarly,
with no `output`/`-o output` or an output argument that is `-`, it writes the result to standard output.

### Wrappers

Expand Down

0 comments on commit ef9cdb6

Please sign in to comment.