Closed alexander-myltsev closed 7 years ago
The best way would be to have STDIN and STDOUT a default, and --input --output an option, like for example
cat file | gnparser > res
If opts parsing does not support it, then what you say would be OK too
@dimus Looking and your command name, I suppose it is more natural to call command gnparser
instead of gnparse
. What do you think?
+1 for gnparser instead of gnparse
@dimus , how should it be in the end?
gnparser --input - --output -
?