Namespace McMaster.Extensions.CommandLineUtils.Abstractions
Classes
CommandLineContext
Contains information about the execution context of the command-line application.
ParseResult
The result of parsing command line arguments.
ValueParser
Provides methods for creating IValueParser<T> boilerplate implementations.
ValueParserProvider
A store of value parsers that are used to convert argument values from strings to types.
Interfaces
IModelAccessor
Provides access to a command line application model.
IValueParser
A parser that can convert string into an object.
IValueParser<T>
A parser that can convert string into T
.