Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Dec 14, 2020
1 parent fa55508 commit 4a94f6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

#### Breaking

* The command line syntax has slightly changed due to migrating from the
Commandant command line parsing library to swift-argument-parser.
For the most part the breaking changes are all to make the syntax more
unix compliant and intuitive to use. For example, commands such as
`swiftlint --help` or `swiftlint -h` now work as expected.
The help output from various commands has greatly improved as well.
Notably: `swiftlint autocorrect` was removed in favor of
`swiftlint --fix`.
Previous commands should continue to work temporarily to help with the
transition. Please let us know if there's a command that no longer
works and we'll attempt to add a bridge to help with its transition.
[JP Simard](https://github.com/jpsim)

#### Experimental

* None.
Expand Down

0 comments on commit 4a94f6a

Please sign in to comment.