Declaration
public IncompleteOptionException(
string optionName,
Func<int, ConsoleColoredString> helpGenerator,
Exception inner = null
)
Summary
Specifies that the command-line parser encountered the end of the command line when it expected an argument to an
option.