Skip to content

Conversation

mattlqx
Copy link
Collaborator

@mattlqx mattlqx commented Jun 5, 2021

Hey, it's been a while since I was able to work on vsh! But we're doing a migration today and adding this flag drastically cut the amount of time we needed to do some search and replaces.

this flag limits searches to only the immediate leaf nodes of a path rather than deeply recursing through every path below the specified path. we found this to be very useful when we have a large path structure below a parent path and want to exclude it during these operations.

this flag limits searches to only the immediate leaf nodes of a path rather than deeply recursing through every path below the specified path. we found this to be very useful when we have a large path structure below a parent path and want to exclude it during these operations.
Copy link
Owner

@fishi0x01 fishi0x01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition!

Thanks a bunch Matt 🙇

@fishi0x01 fishi0x01 merged commit f29fe6e into master Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants