Update CLI command invocation syntax

This commit is contained in:
shadeMe 2023-08-08 13:56:40 +02:00
parent 3ab669ae6a
commit 13e1d8ca90
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

@ -194,7 +194,7 @@ is read from the `initialize.components.transformer.encoder_loader` config
section.
```bash
$ python -m spacy init fill-config-transformer [base_path] [output_file]
$ python -m spacy init fill-config-transformer [base_path] [output_file] [--code] [--name]
```
| Name | Description |
@ -1043,7 +1043,7 @@ $ python -m spacy debug model ./config.cfg tagger -l "5,15" -DIM -PAR -P0 -P1 -P
Analyze word- or sentencepiece stats.
```bash
$ python -m spacy debug pieces [config_path] [code_path] [transformer_name]
$ python -m spacy debug pieces [config_path] [--code] [--name] [overrides]
```
| Name | Description |