CLI¶ General commands vcspull sync - vcspull.cli.sync vcspull CLI - vcspull.cli¶ CLI utilities for vcspull. 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. Return type: None Parameters: _args (list[str] | None)