What is the recommended way to replace rimraf in a deno project and in particular in deno tasks? The project [https://github.com/franckLdx/fs_cli] was aiming to fix this but it is outdated. Chatgpt recommends to write some ts-file for deleting the files but that's over-engineered for such trivial task. So do we have some deno-based cli to delete files and directories? Or should we create it? rm -fr would be a not multi-platform workaround.