diff --git a/src/mdpo/cli.py b/src/mdpo/cli.py index 0b27f28..bd53941 100644 --- a/src/mdpo/cli.py +++ b/src/mdpo/cli.py @@ -114,7 +114,11 @@ def parse_metadata_cli_arguments(metadata): def add_common_cli_first_arguments(parser): - """Add common mdpo arguments to an argument parser at the beginning.""" + """Add common mdpo arguments to an argument parser at the beginning. + + Args: + parser (:py:class:`argparse.ArgumentParser`): Parser to extend. + """ parser.add_argument( '-h', '--help', action='help', help='Show this help message and exit.',