dthree / cash

Cross-platform Linux commands in ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cash rm -rf doesn't work

ksmolyanin opened this issue · comments

Hello!
I've found that something like cash rm -rf ./dist/* doesn't work while cash rm -r -f ./dist/* (separately) does work. But the first syntax is correct and widespread in Linux.

I am working on this issue right now @ksmolyanin

I'm guessing this is a vorpal bug, since it looks like all commands become NOOPs when combined options are passed (e.g. -rf vs. -r -f).