Skip to content

Messages to stderr, not stdout #8

@inodentry

Description

@inodentry

Stdout is for the output of the program (the generated memes), that the user might want to redirect somewhere, like piping to another program.

Stderr is for messages, like logging, errors, info, debug. Stuff about the program's execution, that you want the user to read, should go there instead of stdout.

Related to #7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions