From d7d6bb021d822f06d6e2fb7cce2a85b3723f4d3b Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:53:31 -0400 Subject: [PATCH] Add reference to `--skip` in the README Signed-off-by: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0532f64..11bfd7f 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,9 @@ Here's an example of the result (there are no async functions in the file analyz 🏆 Traversal completed! ``` +> [!TIP] +> To exclude specific node types instead (for example, if you aren't sure yet, which type you want), use `--skip` instead of `--types`. + ### Interactive mode Use interactive mode to step through the AST one node at a time: