mirror of https://github.com/explosion/spaCy.git
Update package command docs
This commit is contained in:
parent
d9f82f6b50
commit
0aba11b64b
|
@ -351,10 +351,17 @@ p
|
||||||
+cell Directory to create package folder in.
|
+cell Directory to create package folder in.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code meta]
|
+cell #[code --meta-path], #[code -m]
|
||||||
+cell option
|
+cell option
|
||||||
+cell Path to meta.json file (optional).
|
+cell Path to meta.json file (optional).
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code --create-meta], #[code -c]
|
||||||
|
+cell flag
|
||||||
|
+cell
|
||||||
|
| Create a meta.json file on the command line, even if one already
|
||||||
|
| exists in the directory.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code --force], #[code -f]
|
+cell #[code --force], #[code -f]
|
||||||
+cell flag
|
+cell flag
|
||||||
|
|
Loading…
Reference in New Issue