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

Escape agent options containing binary when stringifying #547

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

michaelharo
Copy link
Contributor

Printing strings that contain binary messes up my terminal. Using %q instead of %s will result in the binary being escaped.

Printing strings that contain binary messes up my terminal. Using %q
instead of %s will result in the binary being escaped.

Signed-off-by: Michael Haro <[email protected]>
@hugelgupf hugelgupf merged commit a3a4c1f into insomniacslk:master Aug 29, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants