We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d742728 commit 4c4a749Copy full SHA for 4c4a749
pydantic_ai_slim/pydantic_ai/_cli.py
@@ -204,8 +204,8 @@ def click_cli(
204
205
return result if result is not None else 0
206
except click.ClickException as e:
207
- e.show()
208
- return 1
+ e.show() # pragma: no cover
+ return 1 # pragma: no cover
209
210
211
def _cli_impl( # noqa: C901
0 commit comments