Skip to content

CLI: make --stdin optional when --output-format=ansi is used

I find that --stdin is not a very practical option to use, since you also have to use --syntax. It's also ignored if a file is given. This commit makes it useless with ansi output, but I think we could simply remove this option. What do you think?

Merge request reports