Add delete-path tool (#26590)

Release Notes:

- N/A
This commit is contained in:
Richard Feldman 2025-03-12 16:16:26 -04:00 committed by GitHub
parent 3131b0459f
commit be8f3b3791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 169 additions and 0 deletions

View file

@ -0,0 +1 @@
Deletes all files and directories in the project which match the given glob, and returns a list of the paths that were deleted.