dotnet / dotnet/command-line-api
Support piping object pipeline (PowerShell) into arguments on the command line
Open
enhancement
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
From PowerShell use:
`1,2,"three" | myprogram.exe`
And successfully pass the arguments to myprogram.exe
Contributor guide
Assessment
This issue has not been assessed yet.