Update README with command explanation

Added explanation for the 'splain rm -rf' command.
This commit is contained in:
2026-03-04 16:08:53 +11:00
committed by GitHub
parent 7a784f318a
commit 9072f2cddf

View File

@@ -92,3 +92,8 @@ The structured analysis is turned into readable text or JSON.
### Basic example
```bash
splain rm -rf ~/Downloads
```
would result in
```bash
This command will recursively delete any files inside the directory ~/Downloads ignoring write protection.
```