dthree/cash

Cash not running commands outside of included commands

ItsJamie9494 opened this issue · 4 comments

cash Will not run a command outside of the included ones. If I try to run, for example, npm, it just shows the help menu. Yet, running echo works just fine, because it's built in.

Which OS are you using? I believe external commands are still only supported on Windows.

Linux

#123 just about implements this. I didn't try writing tests yet, just hacked something together.

#123 looks good, I added it onto a local copy of cash I have, and commands like npm are running just fine.