Skip to content

v2.0.0: fix: abbreviated cli flags

Compare
Choose a tag to compare
@davidpfahler davidpfahler released this 05 Apr 17:07

<a name"2.0.0">

2.0.0 (2015-04-05)

Bug Fixes

Breaking Changes

  • --version no longer returns a version number. First of all, semantic-release goes with removing the version number from your package.json. But also, the version number really shouldn't matter.

Furthermore, you can now use all flags in an abbreviated manner as long as they are unambiguous. For example:
android-icons --si xxhdpi works just like android-icons --size xxhdpi does. This works for all flags.

(fc7b2240)