vcspull sync - vcspull.cli.sync
¶
Synchronization functionality for vcspull.
- vcspull.cli.sync.create_sync_subparser(parser)[source]¶
Create
vcspull sync
argument subparser.- Return type:
- Parameters:
parser (ArgumentParser)
- vcspull.cli.sync.sync(repo_patterns, config, exit_on_error, parser=None)[source]¶
Entry point for
vcspull sync
.- Return type:
- Parameters:
config (Path)
exit_on_error (bool)
parser (ArgumentParser | None)
- exception vcspull.cli.sync.CouldNotGuessVCSFromURL(repo_url, *args, **kwargs)[source]¶
Bases:
VCSPullException
Raised when no VCS could be guessed from a URL.