Skip to content

Send only the actual error to Console.Error #184

@ohadschn

Description

@ohadschn

Currently all generated help text is sent to stderr (Console.Error) when an error occurs:

.Do((_, writer) => writer.Write(HelpText.AutoBuild(parserResult, maxDisplayWidth)))

Wouldn't it make more sense to only send the actual error there, and send the rest of the help text (both before and after) to stdout (Console.Out)?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions