-
Notifications
You must be signed in to change notification settings - Fork 166
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
Document the undocumented -X switches #103
Comments
I'm hesitant to document the switches because I don't think the command-line interface is quite right. For example: while using |
Life saver!!!yes,this switch is !! |
For what it is worth, this was exactly what I wanted and finding it saved my day(s). |
@rprichard So far, I believe that for integration of my PR into |
I wish I knew this was possible much much earlier. Could have saved lots of hours of pain trying to get around the limitations on Windows.
In particular
-Xallow-non-tty
is a life saver! I understand it may not have been tested thoroughly yet, but it did solve all of my issues with using winpty with pipes (winpty ... | ...
), subcommand evaluation (var=$(winpty ...)
) and stream redirects (winpty ... >
).The text was updated successfully, but these errors were encountered: