CLI

vcspull CLI - vcspull.cli

CLI utilities for vcspull.

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

Assemble help text with optional example sections.

Parameters:
Return type:

str

vcspull.cli.create_parser(return_subparsers: Literal[True]) tuple[ArgumentParser, Any]
function[source]
vcspull.cli.create_parser(return_subparsers: Literal[False]) ArgumentParser
function

Create CLI argument parser for vcspull.

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

CLI entry point for vcspull.

Parameters:

_args (list[str] | None)

Return type:

None