babarot / gomi

🗑️ Replacement for UNIX rm command!
https://babarot.me/gomi
MIT License
316 stars 13 forks source link

Cannot remove including slushes folder #7

Closed sachin21 closed 7 years ago

sachin21 commented 7 years ago

Problem Summary

Occurred following error.

$ gomi "--skip-test-unit"
--: unknown option

It seems like judged options

Opnion

grep command has solution.

ps aux | grep -- "--hoge"

I think gomi should be able to -- option.

System Information

babarot commented 7 years ago

Maybe I could implement that feature. However, I have not checked whether it works nicely.

sachin21 commented 7 years ago

:pray:

sachin21 commented 7 years ago

Ahh, I forgot to say. GNU rm command also has same an implementation.

rm -fr -- "--skip-test-unit"
babarot commented 7 years ago

What do you mean? Is there anything else I should do?

sachin21 commented 7 years ago

No, I just write additional Information.

babarot commented 7 years ago

merged

sachin21 commented 7 years ago

Thank you so much!