![]() |
BadScript 2
|
Static Public Member Functions | |
static bool | IsHelp (this IEnumerable< Error > errs) |
return true when errors contain HelpXXXError | |
static bool | IsVersion (this IEnumerable< Error > errs) |
return true when errors contain VersionXXXError | |
static TextWriter | Output (this IEnumerable< Error > errs) |
redirect errs to Console.Error, and to Console.Out for help/version error | |
Definition at line 10 of file HelpTextExtensions.cs.
|
static |
return true when errors contain HelpXXXError
Definition at line 15 of file HelpTextExtensions.cs.
|
static |
return true when errors contain VersionXXXError
Definition at line 31 of file HelpTextExtensions.cs.
|
static |
redirect errs to Console.Error, and to Console.Out for help/version error
Definition at line 45 of file HelpTextExtensions.cs.