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

Do not force-wrap text when output to file (or piping) #543

Open
johnd0e opened this issue Apr 14, 2024 · 0 comments
Open

Do not force-wrap text when output to file (or piping) #543

johnd0e opened this issue Apr 14, 2024 · 0 comments

Comments

@johnd0e
Copy link

johnd0e commented Apr 14, 2024

Describe the bug
When text is output to a file, it is always wrapped at position 79.
Lines shorter than 79 characters are padded with spaces until they reach this length.

To Reproduce

sgpt --no-cache "Write a short story">output.md

Expected behavior
I expect that the output should not be reformatted/padded in any way

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