We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8d1a5 commit ace1521Copy full SHA for ace1521
1 file changed
src/datapilot/core/knowledge/cli.py
@@ -21,7 +21,7 @@ def serve(token, instance_name, backend_url, port):
21
click.echo(
22
"Error: API token and instance name are required. Use --token and --instance-name options or set them in config.", err=True
23
)
24
- return
+ raise click.Abort
25
26
# Set context data for the handler
27
KnowledgeBaseHandler.token = token
0 commit comments