rosdistro_reviewer.verb package
Submodules
rosdistro_reviewer.verb.review module
- class rosdistro_reviewer.verb.review.ReviewVerb
Bases:
VerbExtensionPointGenerate a review for rosdistro changes.
- add_arguments(*, parser)
Add command line arguments specific to the verb.
The method is intended to be overridden in a subclass.
- Parameters:
parser – The argument parser
- main(*, context)
Execute the verb extension logic.
This method must be overridden in a subclass.
- Parameters:
context – The context providing the parsed command line arguments
- Returns:
The return code