mirror of https://github.com/XAMPPRocky/tokei
Stop recommending comma-separated CLI args (#1305)
This commit is contained in:
parent
370d494723
commit
4ee23cbc55
|
|
@ -162,15 +162,12 @@ $ tokei ./foo
|
|||
[configuration]: ./tokei.example.toml
|
||||
|
||||
#### Multiple folders
|
||||
To have tokei report on multiple folders in the same call simply add a comma,
|
||||
or a space followed by another path.
|
||||
To have tokei report on multiple folders in the same call, simply add all the
|
||||
folders you'd like tokei to examine.
|
||||
|
||||
```shell
|
||||
$ tokei ./foo ./bar ./baz
|
||||
```
|
||||
```shell
|
||||
$ tokei ./foo, ./bar, ./baz
|
||||
```
|
||||
|
||||
#### Excluding folders
|
||||
Tokei will respect all `.gitignore` and `.ignore` files, and you can use
|
||||
|
|
|
|||
Loading…
Reference in New Issue