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

CliOptions: write info to console instead of err #4272

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 15, 2024

  1. CliOptions: write info to console instead of err

    Currently, info is written to out if out is not used for result output,
    and to err otherwise.
    
    Let's enhance this approach as follows: if out is not used, then we'll
    write into to out, as before; otherwise, before resorting to err, check
    if the console is available and use it then.
    kitbellew committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9fad847 View commit details
    Browse the repository at this point in the history