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

Method cli_cmd

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

Source from the content-addressed store, hash-verified

2491 init: CliSubCommand[Init]
2492
2493 def cli_cmd(self) -> None:
2494 CliApp.run_subcommand(self)
2495
2496 def alt_cmd(self) -> None:
2497 CliApp.run_subcommand(self, cli_cmd_method_name='alt_cmd')

Callers

nothing calls this directly

Calls 1

run_subcommandMethod · 0.80

Tested by

no test coverage detected