From 6787a2bd2939c2d5d2ef2696fbbf986ef7047cc4 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 14 Mar 2022 16:34:17 +0100 Subject: [PATCH] Fix/tweak docs --- docs/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8a186ef3..605640f1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2292,8 +2292,9 @@ Upgraded 'session.json' @ 'pie.dev' to v3.1.0 These flags are available for both `sessions upgrade` and `sessions upgrade-all`: -|------------------|-----------------------------------------------------------------------------------------| -| `--bind-cookies` | Bind all previously [unbound cookies](#host-based-cookie-policy) to the session’s host. | +| Option | Description | +|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `--bind-cookies` | Bind all previously [unbound cookies](#host-based-cookie-policy) to the session’s host ([context](https://github.com/httpie/httpie/security/advisories/GHSA-9w4w-cpc8-h2fq)). | ## Config @@ -2409,11 +2410,11 @@ This command is currently in beta. `httpie cli export-args` command can expose the parser specification of `http`/`https` commands (like an API definition) to outside tools so that they can use this to build better interactions -over them (e.g offer auto-complete). - +over them (e.g., offer auto-complete). Available formats to export in include: -| format | Description | + +| Format | Description | |--------|---------------------------------------------------------------------------------------------------------------------------------------------------| | `json` | Export the parser spec in JSON. The schema includes a top-level `version` parameter which should be interpreted in [semver](https://semver.org/). |