bugscpp.processor.core.argparser.create_common_vcs_parser¶
- create_common_vcs_parser() argparse.ArgumentParser [source]¶
Create an argparse.ArgumentParser that parses common vcs options.
- Returns
Return argparse.ArgumentParser that parses common taxonomy options. Its namespace also provides ‘worktree’ attribute for convenience.
- Return type
argparse.ArgumentParser