Remove empty directories.
Synopsis
rmdir [OPTION]... DIRECTORY...
Description
Remove empty directories. Fails if the directory is not empty. Runs in the just-bash WASM shell inside SLICC.
Options
-p, --parents Remove directory and its ancestors.
Examples
$ rmdir empty-folder
Remove an empty directory.
Notes
Operates on the SLICC virtual filesystem (LightningFS/IndexedDB).
See Also
mkdir, rm