Add diff example to docs [ci skip]

This commit is contained in:
Ines Montani 2020-08-26 15:57:54 +02:00
parent 9b22714a4e
commit 696f167478
2 changed files with 5 additions and 1 deletions

View File

@ -146,8 +146,12 @@ validation error with more details.
> #### Example
>
> ```cli
> $ python -m spacy init fill-config base.cfg config.cfg
> $ python -m spacy init fill-config base.cfg config.cfg --diff
> ```
>
> #### Example diff
>
> ![Screenshot of visual diff in terminal](../images/cli_init_fill-config_diff.jpg)
```cli
$ python -m spacy init fill-config [base_path] [output_file] [--diff]

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB