command-line-api icon indicating copy to clipboard operation
command-line-api copied to clipboard

Rename `GetValueForOption` and `GetValueForArgument` to `GetValue` and add these methods to `InvocationContext`

Open jonsequitur opened this issue 2 years ago • 0 comments

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.

jonsequitur avatar Jun 30 '22 21:06 jonsequitur