Skip to content

Commit

Permalink
📝 Add documentation for format and output CLI options sasstools#127
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPurdy committed Sep 10, 2015
1 parent 5043b7c commit c3a2d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ The following options are available for the CLI:
* `-i, --ignore [pattern]`: A pattern that should be ignored from linting. Multiple patterns can be used by separating each pattern by `, `. Patterns should be wrapped in quotes (will be merged with other ignore options)
* `-q, --no-exit`: Prevents the CLI from throwing an error if there is one (useful for development work)
* `-v, --verbose`: Verbose output (fully formatted output)

* `-f, --format [format]`: Pass one of the available [Eslint formats](https://github.com/eslint/eslint/tree/master/lib/formatters) to format the output of sass-lint results.
* `-o, --output [output]`: The path plus file name relative to where Sass Lint is being run from where the output should be written to.

0 comments on commit c3a2d39

Please sign in to comment.