-
Notifications
You must be signed in to change notification settings - Fork 575
Resolve cygpath from env JUST_CYGPATH
#2804
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be done as a command-line option, --cygpath
, which also can be set using an environment variable. See config.rs
. Command line options show up in --help
, so they're a little more discoverable.
Hi I just added the |
Nice. I think it should be a |
Done. I have also tested it locally to verify it works. |
Nice, thank you! |
I couldn't pass all the tests from my Windows setup because it seems to rely on a real
sh
program.I did verify the env works:
...where otherwise it prints:
Fixes #2641