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

Make ArgumentResult, OptionResult and CommandResult `internal` #2405

Closed KathleenDollard closed 2 months ago

KathleenDollard commented 2 months ago

ArgumentResult and OptionResult are being replaced with the more API friendly ValueResult.

CommandResult is being replaced with the more API friendly class that has the temporary name of CommandValueResult.