# delfast ## A simple CLI tool to delete a folder FAST ### Usage Simply pass a relative or absolute folder path to the tool. ```bash delfast folder_to_be_deleted ``` You can also use the `--confirm` or `-c` flag to show a confirmation prompt. ```bash delfast folder_to_be_deleted --confirm ``` The `--help` flag is available to show usage, options and information. ### Installation _Install from cargo_ : `cargo install delfast` _Install from binary release_ : simply go to the release section on the github repository and download the appropriate binary for your OS Then, add the binary to your path to have the command available everywhere