aspnet / LibraryManager

MIT License
457 stars 83 forks source link

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

Closed jimmylewis closed 7 months ago

jimmylewis commented 8 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.