▲ | Yiling-J 3 days ago | |
I noticed there's an example in the docs: plandex rm app/**/*.ts # by glob pattern. However, looking at the code (https://github.com/plandex-ai/plandex/blob/main/app/cli/cmd/...), it seems you're using path/filepath for pattern matching, which doesn't support double star patterns. Here's a playground example showing that: https://go.dev/play/p/n8mFpJn-9iY | ||
▲ | danenania 3 days ago | parent [-] | |
Thanks for flagging—I'll take a look at this. |