MCPcopy Create free account
hub / github.com/pydantic/pydantic-settings / cli_cmd

Method cli_cmd

tests/test_source_cli.py:3542–3543  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3540 baz: CliSubCommand[Leaf]
3541
3542 def cli_cmd(self) -> None:
3543 CliApp.run_subcommand(self)
3544
3545 class RootApp(BaseModel):
3546 # Underscore in the field name triggers the bug

Callers

nothing calls this directly

Calls 1

run_subcommandMethod · 0.80

Tested by

no test coverage detected