-
Notifications
You must be signed in to change notification settings - Fork 735
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
test() does not support -w and -x options #768
Comments
@dundalek that approach SGTM as long as we can support Windows. We unfortunately had to drop a lot of Feel free to send a PR with tests. Appveyor will verify if the feature works for Windows. |
Yeah, good point. It would do nothing on windows, nevermind. |
Maybe |
These are sometimes useful and are not supported as of latest shelljs (v0.7.8):
Usage:
It can be implemented using
fs.accessSync
. Would you be interested in a PR?The text was updated successfully, but these errors were encountered: