Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
vcspull 1.34.0 documentation
Light Logo Dark Logo
vcspull 1.34.0 documentation
  • Quickstart
  • Commands
    • vcspull sync
    • Completions
  • Configuration
    • Config generation

Project

  • API Reference
    • Config - vcspull.config
    • CLI
      • vcspull sync - vcspull.cli.sync
    • Exceptions - vcspull.exc
    • Logging - vcspull.log
    • Internals
      • Config reader - vcspull._internal.config_reader
    • Validation - vcspull.validator
    • Utilities - vcspull.util
    • Typings - vcspull.types
  • Development
  • Changelog
  • Migration notes
  • GitHub

team git-pull / Tony Narlock:

vcs-python vcspull (libvcs), g

tmux-python tmuxp (libtmux)

cihai unihan-etl (db) cihai (cli)

django django-slugify-processor django-docutils

docs + tests gp-libs

web social-embed

Back to top
View this page
Edit this page

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:

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)

Next
vcspull sync - vcspull.cli.sync
Previous
Config - vcspull.config
Copyright © Copyright 2013- Tony Narlock
Made with Sphinx and @pradyunsg's Furo
On this page
  • CLI
    • vcspull CLI - vcspull.cli
      • create_parser()
      • cli()