dotnet / command-line-api

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

Consider if/how we should track RawInput #2419

Open KathleenDollard opened 5 months ago

KathleenDollard commented 5 months ago

RawInput was added to PipelineResult because it might make it easier to do errata. No longer sure it is useful, and it will not be available for args arrays.

Consider dropping

KathleenDollard commented 4 months ago

Adding info:

The text entered for each value result is held in the Location. We need the info, but in theory we could rebuild from ValueResult