aspnet / LibraryManager

Other
446 stars 78 forks source link

Change -pre to --pre for CLI update command #733

Closed jimmylewis closed 2 months ago

jimmylewis commented 3 months ago

All the other command parameters are consistent about following the GNU convention of using -- for long names and - for short (single-letter) names. This one was just inconsistent.

This may be considered a breaking change, so it is best to align with the 3.0 change if possible.