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

style(cli): remove extra newline from version output #36

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

tessus
Copy link
Contributor

@tessus tessus commented Jul 22, 2023

Due to orhun/rustypaste#97 the -V argument now prints an extra newline.

This PR removes the extra newline character.

Before

[tessus@epsilon3 0 ~/data/tmp/rptest]$ rpaste -s https://rptest.local/paste -V -a token
rustypaste-server 0.11.1

[tessus@epsilon3 0 ~/data/tmp/rptest]$

After

This is how it looked before orhun/rustypaste#97

[tessus@epsilon3 0 ~/data/tmp/rptest]$ rpaste -s https://rptest.local/paste -V -a token
rustypaste-server 0.11.1
[tessus@epsilon3 0 ~/data/tmp/rptest]$

@orhun orhun merged commit 35b3af4 into orhun:master Jul 23, 2023
73 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.

None yet

2 participants