From a48019048a64c5f21c714b29b8bc57365ca3bdef Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Fri, 27 Jan 2023 17:58:51 +0900 Subject: [PATCH] Add extra flag to assets docs For some reason this wasn't included. --- website/docs/api/cli.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index f7315bb2c..985985936 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -1413,6 +1413,7 @@ $ python -m spacy project assets [project_dir] | Name | Description | | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | | `project_dir` | Path to project directory. Defaults to current working directory. ~~Path (positional)~~ | +| `--extra`, `-e` | Download assets marked as "extra". Default false. ~~bool (flag)~~ | | `--sparse`, `-S` | Enable [sparse checkout](https://git-scm.com/docs/git-sparse-checkout) to only check out and download what's needed. Requires Git v22.2+. ~~bool (flag)~~ | | `--help`, `-h` | Show help message and available arguments. ~~bool (flag)~~ | | **CREATES** | Downloaded or copied assets defined in the `project.yml`. |