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

Suggestion: Provide a way to force progress logging and color #358

Open
scottjasso opened this issue Apr 11, 2024 · 0 comments
Open

Suggestion: Provide a way to force progress logging and color #358

scottjasso opened this issue Apr 11, 2024 · 0 comments

Comments

@scottjasso
Copy link

If you run xcodes runtimes install "iOS 17.0" in a terminal, you get nice progress logging output and colors.
If you run xcodes runtimes install "iOS 17.0" | cat, you get no output until it finishes. There's a --color option, but it has no effect. (I also tried stdbuf -i0 -o0 -e0 ... with no luck.)

It would be nice to be able to force color + progress logging. We use xcodes runtimes install inside one of our scripts, but unfortunately it's impossible to see the progress and show it to the user.

In addition to --color, I suggest supporting https://force-color.org/ too :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant