mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
Add some details about combining options (#650)
This commit is contained in:
parent
5782f4f53e
commit
3b7e24e712
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@ You can override this behavior by adding `?u`, `?m` or `?M` to a URL like this
|
|||
$ curl wttr.in/Amsterdam?m # metric (SI) (used by default everywhere except US)
|
||||
$ curl wttr.in/Amsterdam?M # metric (SI), but show wind speed in m/s
|
||||
|
||||
If you have several options to pass, write them without delimiters in between for the one-letter options,
|
||||
and use `&` as a delimiter for the long options with values:
|
||||
|
||||
$ curl 'wttr.in/Amsterdam?m2&lang=nl`
|
||||
|
||||
It would be a rough equivalent of `-m2 --lang nl` for the GNU CLI syntax.
|
||||
|
||||
## Supported output formats and views
|
||||
|
||||
wttr.in currently supports five output formats:
|
||||
|
|
Loading…
Reference in a new issue