belav / csharpier

CSharpier is an opinionated code formatter for c#.
https://csharpier.com
MIT License
1.41k stars 99 forks source link

Fix CLI message regarding directoryOrFile #1297

Closed marcinjahn closed 5 months ago

marcinjahn commented 5 months ago

Closes #1296

shocklateboy92 commented 5 months ago

@belav is this accurate? I thought a dummy path was required even when piping stdin.

belav commented 5 months ago

@belav is this accurate? I thought a dummy path was required even when piping stdin.

This PR is accurate, looks like the help text never got updated when piping stdin was added. Code that enforces directoryOrFile

Thanks @marcinjahn !