From 4ee23cbc558e816dcd45e4c47e09b425ede24e5d Mon Sep 17 00:00:00 2001 From: Jake Bailey Date: Tue, 16 Dec 2025 11:24:18 -0800 Subject: [PATCH] Stop recommending comma-separated CLI args (#1305) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 457d09f..f873d06 100644 --- a/README.md +++ b/README.md @@ -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