From ae42582b859499603aeca6a62dbfee40e7c8cc44 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 13 Jul 2026 10:40:34 +0200 Subject: [PATCH] Document passing paths as CLI arguments in README --- build/target-repository/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/target-repository/README.md b/build/target-repository/README.md index 0d3ef1d1e2..2a8fbf06b0 100644 --- a/build/target-repository/README.md +++ b/build/target-repository/README.md @@ -40,6 +40,12 @@ Then you can run again to see the suggested diffs: vendor/bin/ecs ``` +Want to check specific paths instead of the configured ones? Pass them as arguments: + +```bash +vendor/bin/ecs src tests +``` + To actually **fix your code**, add `--fix`: ```bash