From 3b7e24e712777007e093b65130dba56819699cc8 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sat, 30 Oct 2021 19:14:08 +0200 Subject: [PATCH] Add some details about combining options (#650) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index acde510..2bb9a3b 100644 --- a/README.md +++ b/README.md @@ -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: