dotnet / sign

Code Signing CLI tool supporting Authenticode, NuGet, VSIX, and ClickOnce
MIT License
439 stars 84 forks source link

Changed the order of the options to make the long option show up in the error message when it is required but missing. #727

Closed dlemstra closed 5 days ago

dlemstra commented 5 days ago

This PR changes the order of the options to make sure the long option shows up in the error message when it is required but missing. The order of all options are changed to make sure we have the same style throughout the project.