belav / csharpier

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

Reimplement CLI Commands to SubCommands #1333

Open stefannikolei opened 3 months ago

stefannikolei commented 3 months ago

I started working on creating subcommands.

Could I get feedback for this? Is this the direction you want it to go?

It would be good for me when we could define all commands with the possible options

belav commented 3 months ago

Could I get feedback for this? Is this the direction you want it to go?

I only had time to scan it quick, but yeah I this looks like what I was thinking, breaking apart the commands so it is clear which options apply to which command.

stefannikolei commented 2 months ago

Ok i am finished. You could go for a review. One thing I was not sure about was which option should be available for the check command.

stefannikolei commented 1 week ago

As you want. You can also ping me when you figured it out.