CliCommandBuilderGetValueForOptionT(ParseResult, CliOption`1T) Method
Gets the parsed or default value for the specified option.
Extended version for DotMake CLI which can bind custom classes,
does not fall back to internal ArgumentConverter.GetDefaultValue which does not support all IList compatible types.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public static T GetValueForOption<T>(
ParseResult parseResult,
CliOption<T> option
)
- parseResult ParseResult
- The parse result.
- option CliOptionT
- The option for which to get a value.
- T
- The option type.
TThe parsed value or a configured default.