Rename delete example recipe to delete-all (#1966)

This commit is contained in:
Aarmn the limitless 2024-03-15 05:44:20 +03:30 committed by GitHub
parent 0b777772f4
commit 10923ebb6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1588,7 +1588,7 @@ that requires confirmation.
```just
[confirm]
delete all:
delete-all:
rm -rf *
```