CLI¶
General commands
vcspull CLI - vcspull.cli
¶
CLI utilities for vcspull.
- vcspull.cli.build_description(intro, example_blocks)[source]¶
Assemble help text with optional example sections.
- 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)