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
Fixes part of #1321
With this change it should be possible to just call csharpier instead of
dotnet csharpier
Co-authored-by: Bela VanderVoort <twobitbela@gmail.com>
pisolofin
pushed a commit
to pisolofin/csharpier-editorconfig
that referenced
this issue
Sep 24, 2024
Fixes part of belav#1321
With this change it should be possible to just call csharpier instead of
dotnet csharpier
Co-authored-by: Bela VanderVoort <twobitbela@gmail.com>
Currently all arguments are available to csharpier but not all of them apply depending on what you are trying to do with csharpier.
Reworking the cli to use the subcommands from
System.CommandLine
will help with this.Some examples of commands reworked
Consider also removing the need to prefix things with
dotnet
, it is an option when building/publishing a dotnet tool.The text was updated successfully, but these errors were encountered: