From 7e96ddd9ea6dfbc3e22d893536f6fe9436d98847 Mon Sep 17 00:00:00 2001 From: LarytheLord Date: Wed, 25 Feb 2026 20:54:58 +0530 Subject: [PATCH] docs: clarify shell glob expansion behavior --- docs/usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index ce06bd6b..8ea38431 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -28,9 +28,10 @@ No findings found. ### File globs By default, `woke` will run against all text files in your current directory. -To change this, supply a space-separated list of globs as the first argument. +To change this, supply a space-separated list of file paths or glob patterns as positional arguments. -This can be something like `**/*.go`, or a space-separated list of filenames. +For shell-expanded patterns, this can be something like `**/*.go`, or a space-separated list of filenames. +Globs are expanded by your shell before `woke` runs, so behavior may vary by shell and shell options. ```bash $ woke test.txt