Skip to content
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

Decprecate bash style redirects. #171

Open
andrewchambers opened this issue Jun 3, 2019 · 1 comment
Open

Decprecate bash style redirects. #171

andrewchambers opened this issue Jun 3, 2019 · 1 comment
Labels
breaking enhancement New feature or request maybe

Comments

@andrewchambers
Copy link
Owner

andrewchambers commented Jun 3, 2019

& style redirects are perhaps are not needed:

foo :2>&1

Would become any of the forms below:

:2> '1
:2> [1]
@andrewchambers
Copy link
Owner Author

andrewchambers commented Jun 5, 2019

These new forms are currently supported, the question is if it is worth breaking the old code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking enhancement New feature or request maybe
Projects
None yet
Development

No branches or pull requests

1 participant