Tree
- Tree:
28459ea2aa96b1ba067bd52c958b0b08baab8b1c
- Date:
- Mon May 29 14:50:36 2023 UTC
- Message:
- only delete empty directories appearing in arguments to 'got rm' Make 'got rm' keep empty directories which are not explicitly listed for deletion. Deleting such directories is problematic in several use cases. Avoids deleting the current working directory when the user runs "got rm *" (pointed out by Mikhail), and avoids deletion of an empty directory "foo/" after 'got rm foo/a foo/b' (pointed out by op@). ok jamsek, op