dotnet / dotnet/command-line-api

Input Formatting

オープン
#167 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
enhancement
主要言語
C#
スター
3.7k
フォーク
428
PR マージ指標
30日以内にマージされた PR はありません

説明

In a similar way to output formats in #166, we should consider input formatting.
What can we do in System.CommandLine that allows us to pipe the output of objects from one program into another without requiring PowerShell?
E.g. Allow a user to run:
`GetADUsers.exe /Group PowerUsers /OutputFormat json | AddUsersToAzureGroup /InputFormat json`
Input formats could be handled for command line arguments or even via the console stdin.
There is also the concept of providing command line arguments from different providers such as files, command line, environment variables... etc.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。