sindresorhus / del

Delete files and directories
MIT License
1.33k stars 66 forks source link

Make it clear that it recursively deletes directories #113

Closed silvenon closed 5 years ago

silvenon commented 5 years ago

I was only seeing examples like temp/** and temp/**/* so I wasn't sure whether using just temp would recursively delete the directory temp. It did, so I felt like it would be useful to mention that in the docs.