Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write to stderr at certain points #154

Closed
kbknapp opened this issue Jul 9, 2015 · 0 comments
Closed

Write to stderr at certain points #154

kbknapp opened this issue Jul 9, 2015 · 0 comments
Labels
C-enhancement Category: Raise on the bar on expectations

Comments

@kbknapp
Copy link
Member

kbknapp commented Jul 9, 2015

Some light reading about stderr

Currently everything is spit to stdout.

One thing I'm unsure about is identifying the process, like I'd like to do:

$ myprog --some args
myprog: unrecognized argument '--some'

USAGE:
    myprog [FLAGS] [ARGS]

For more information try --help

But the question is, do I use the bin_name or name. I'm leaning towards bin_name as that's typically the standard.

This also mean's myprog: some error would replace the current error: some error format.

@kbknapp kbknapp added the C-enhancement Category: Raise on the bar on expectations label Jul 9, 2015
kbknapp added a commit that referenced this issue Jul 11, 2015
kbknapp added a commit that referenced this issue Jul 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Raise on the bar on expectations
Projects
None yet
Development

No branches or pull requests

1 participant