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

Support piping object pipeline (PowerShell) into arguments on the command line #73

Open
MarkMichaelis opened this issue May 19, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MarkMichaelis
Copy link
Contributor

From PowerShell use:
1,2,"three" | myprogram.exe
And successfully pass the arguments to myprogram.exe

@adamskt
Copy link
Contributor

adamskt commented May 19, 2018

This would require also monitoring stdin as well as string[] args. I would vote for a later release.

@jonsequitur jonsequitur added this to the backlog milestone Jul 23, 2018
@jonsequitur jonsequitur added the enhancement New feature or request label Dec 23, 2018
@jonsequitur jonsequitur removed this from the backlog milestone Dec 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants