Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 15, 2024
1 parent a78b756 commit a276857
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mdpo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit a276857

Please sign in to comment.