dotnet / dotnet/command-line-api

Input Formatting

Aperta
#167 0 commenti 2 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
C#
Stelle
3.7k
Fork
428
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.