We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Text emitted by curl when printing headers appear to break line processing. Even after stripping, it's not handled well
To Reproduce This example has embedded terminal handling, and at first I thought this was the problem.
curl -I -i -s http://example.com | gum style --border=normal
However stripping terminal escapes don't appear to help which is confusing:
Expected behavior Text is formatted correctly.
Screenshots
Desktop (please complete the following information):
Additional context Terminal escape stripping is sufficiently complicated I kinda would love to see gum style --strip-input as a possible feature!
gum style --strip-input
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Text emitted by curl when printing headers appear to break line processing. Even after stripping, it's not handled well
To Reproduce
This example has embedded terminal handling, and at first I thought this was the problem.
curl -I -i -s http://example.com | gum style --border=normal
However stripping terminal escapes don't appear to help which is confusing:
Expected behavior
Text is formatted correctly.
Screenshots
Desktop (please complete the following information):
Additional context
Terminal escape stripping is sufficiently complicated I kinda would love to see
gum style --strip-input
as a possible feature!The text was updated successfully, but these errors were encountered: