-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
๐ Description
When dealing with deeper dir structures, e.g.:
-root/
- docs/
- scripts/
- tasks/
- src/
- __internal/
- tests/
- fixtures/
- utils/
...a feature should be available to parse and provide @ paths for tasks, __internal, fixtures, and utils, e.g.: path('@fixtures') and so on.
๐ก Solution
Implement a deep path parsing feature (and also a config) for these situations.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request