CLI

vcspull CLI - vcspull.cli

CLI utilities for vcspull.

vcspull.cli.build_description(intro, example_blocks)[source]

Assemble help text with optional example sections.

Return type:

str

Parameters:
vcspull.cli.create_parser(return_subparsers=False)[source]

Create CLI argument parser for vcspull.

Return type:

Union[ArgumentParser, tuple[ArgumentParser, Any]]

Parameters:

return_subparsers (bool)

vcspull.cli.cli(_args=None)[source]

CLI entry point for vcspull.

Parameters:

_args (list[str] | None)

Return type:

None