You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add --include to override config include globs
Add a repeatable, comma-separated --include flag to the scanning commands (panda/build/dev/check, cssgen, debug, info, buildinfo) that replaces the config's include globs for a single run. Plumbed via NodeDriverOptions.include, applied to the loaded config before building the compiler (and re-applied on watch reload). Drive-by: replace deprecated z.ZodIssue with z.core.$ZodIssue.
Add a `--include` flag to the scanning commands (`panda`, `build`, `dev`, `check`, `cssgen`, `debug`, `info`, `buildinfo`) to override the config's `include` globs for a single run. The flag is repeatable and accepts comma-separated values, and replaces (does not merge with) the configured globs — useful for scanning a subset of files in CI or one-off builds.
0 commit comments