In order to make ParseResult.GetValueForArgument and ParseResult.GetValueForOption easier to find and use, the suggestion was made in API review to add them to InvocationContext.
We should also simplify the naming to GetValue. This should be done on ParseResult as well as on SymbolResult.
In order to make
ParseResult.GetValueForArgumentandParseResult.GetValueForOptioneasier to find and use, the suggestion was made in API review to add them toInvocationContext.We should also simplify the naming to
GetValue. This should be done onParseResultas well as onSymbolResult.