static TextWriter Output(this IEnumerable< Error > errs)
redirect errs to Console.Error, and to Console.Out for help/version error
static bool IsVersion(this IEnumerable< Error > errs)
return true when errors contain VersionXXXError
static bool IsHelp(this IEnumerable< Error > errs)
return true when errors contain HelpXXXError