mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Show help on "spacy project"
This commit is contained in:
parent
1d2c646e57
commit
c874dde66c
|
@ -49,7 +49,7 @@ Version Control) to manage input and output files and to ensure steps are only
|
||||||
re-run if their inputs change.
|
re-run if their inputs change.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
project_cli = typer.Typer(help=CLI_HELP)
|
project_cli = typer.Typer(help=CLI_HELP, no_args_is_help=True)
|
||||||
|
|
||||||
|
|
||||||
@project_cli.callback(invoke_without_command=True)
|
@project_cli.callback(invoke_without_command=True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user