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

Some weather conditions have a space at the end and others do not #1007

Open
chimps-ahoy opened this issue Aug 3, 2024 · 0 comments
Open

Comments

@chimps-ahoy
Copy link

I am running a queyr with the %C format specifier, but some weather conditions have a space character at the end and others do not.

For example:

$ curl wttr.in/New+York?format="%C"
Patchy rain nearby$

There is no space, hence why the shell prompt ($) appears immediately after the result, but compare this to:

$ curl wttr.in/Paris?format="%C"
Clear $

Where there is a space at the end.

These examples are just made using the current results for these locations, so you may have to play around with different locations to see examples when you try it for yourself.

Please standardize the appearance, so they all have a space at the end or don't

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