Skip to content

Commit

Permalink
Update 'help' output in README (realm#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Sep 1, 2018
1 parent 75ba96b commit e33caca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@ swiftlint(
$ swiftlint help
Available commands:
autocorrect Automatically correct warnings and errors
help Display general or command-specific help
lint Print lint warnings and errors for the Swift files in the current directory (default command)
rules Display the list of rules and their identifiers
version Display the current version of SwiftLint
autocorrect Automatically correct warnings and errors
generate-docs Generates markdown documentation for all rules
help Display general or command-specific help
lint Print lint warnings and errors (default command)
rules Display the list of rules and their identifiers
version Display the current version of SwiftLint
```

Run `swiftlint` in the directory containing the Swift files to lint. Directories
Expand Down

0 comments on commit e33caca

Please sign in to comment.