Stop recommending comma-separated CLI args (#1305)

This commit is contained in:
Jake Bailey 2025-12-16 11:24:18 -08:00 committed by GitHub
parent 370d494723
commit 4ee23cbc55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

@ -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