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: add glob pattern expansion to CLI find search paths and environment directories (Fixes#354) (#362)
Expands glob patterns in `search_paths` and `environment_directories`
when constructing the configuration for the `find` CLI command, using
the `expand_glob_patterns` utility from `pet-fs`.
- Call `expand_glob_patterns` on `search_paths` and
`environment_directories` in `create_config()`
- Uses the glob expansion introduced in #353Fixes#354
0 commit comments