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

devshell: Don't output status if not on a tty #3624

Merged
merged 1 commit into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. devshell: Don't output status if not on a tty

    This is just better behavior for the case of e.g.
    `cosa run -x "somecmd" > out.txt` to execute a command and
    capture the output - we don't want to intermix status stuff in
    there.
    
    Further, this makes it easier to test the code when not on
    a tty (in e.g. CI).
    cgwalters committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f561971 View commit details
    Browse the repository at this point in the history