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

Method cli_cmd

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

Source from the content-addressed store, hash-verified

3426 init: CliSubCommand[Init]
3427
3428 def cli_cmd(self) -> None:
3429 CliApp.run_subcommand(self)
3430
3431 assert (
3432 CliApp.format_help(RootCommand, strip_ansi_color=True)

Callers

nothing calls this directly

Calls 1

run_subcommandMethod · 0.80

Tested by

no test coverage detected