mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 05:34:10 +03:00
Add '--silent' argument to bash example of CLI Info
This commit is contained in:
parent
3e370cf2ba
commit
6d9a7c0749
|
@ -86,11 +86,11 @@ generate [Markdown](https://en.wikipedia.org/wiki/Markdown)-formatted markup to
|
|||
copy-paste into [GitHub issues](https://github.com/explosion/spaCy/issues).
|
||||
|
||||
```bash
|
||||
$ python -m spacy info [--markdown]
|
||||
$ python -m spacy info [--markdown] [--silent]
|
||||
```
|
||||
|
||||
```bash
|
||||
$ python -m spacy info [model] [--markdown]
|
||||
$ python -m spacy info [model] [--markdown] [--silent]
|
||||
```
|
||||
|
||||
| Argument | Type | Description |
|
||||
|
|
Loading…
Reference in New Issue
Block a user