Skip to content

Commit

Permalink
Merge pull request #49 from acdha/patch-1
Browse files Browse the repository at this point in the history
Document that `--exclude` accepts a list of values
  • Loading branch information
Aaronepower committed Aug 1, 2016
2 parents a266e6e + de22ee8 commit e44a0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ $ tokei ./foo, ./bar, ./baz
```

#### Excluding folders
The `--exclude` option will allow to pass in a sequence of string to exclude any path including those words
The `--exclude` option accepts a comma-separated list of strings. Any file or directory containing a term will be ignored:

```shell
$ tokei ./foo --exclude node_modules, target
$ tokei ./foo --exclude node_modules,.cache,tmp target
```

#### Sorting output
Expand Down

0 comments on commit e44a0c7

Please sign in to comment.