dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.34k stars 375 forks source link

Consider how we carry ConsoleHack #2420

Open KathleenDollard opened 2 months ago

KathleenDollard commented 2 months ago

Should ConsoleHack (and the better named successor) be held on PipelineResult, Pipeline, or somewhere else.

PipelineResult is specific to a single Parse/Execution and Pipeline is the definition that could be used for multiple.