fishi0x01/vsh

'rm' is dangerous, recursively deletes tree with no confirmation

Opened this issue · 1 comments

bedge commented

Any delete operation on a node which children should require a --force or prompt for confirmation.

Currently:

rm secrets/env/targetX

Deletes everything under secrets/env/targetX/* with no interaction.

That said, it is effective :)

Hi 👋

Very valid point. Will add a --force flag for extra caution.

Thanks a lot for opening this issue!