Show help on "spacy project"

This commit is contained in:
Ines Montani 2020-06-29 20:11:34 +02:00
parent 1d2c646e57
commit c874dde66c

View File

@ -49,7 +49,7 @@ Version Control) to manage input and output files and to ensure steps are only
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)