-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cash not running commands outside of included commands #122
Comments
Which OS are you using? I believe external commands are still only supported on Windows. |
Linux |
nfischer
added a commit
that referenced
this issue
Jan 14, 2020
External commands were previously limited to Windows. There's no good reason for this, so this adds support for Linux as well. Fixes #122 Test: manually tried `whoami` and `git status` Test: manually tried a not-found command, verified output looks good
#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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: