Cash not running commands outside of included commands
ItsJamie9494 opened this issue · 4 comments
ItsJamie9494 commented
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.
nfischer commented
Which OS are you using? I believe external commands are still only supported on Windows.
ItsJamie9494 commented
Linux
nfischer commented
#123 just about implements this. I didn't try writing tests yet, just hacked something together.
ItsJamie9494 commented
#123 looks good, I added it onto a local copy of cash I have, and commands like npm are running just fine.