Skip to content

Commit

Permalink
DOC: add docstring to get_parser()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Nov 4, 2020
1 parent 3674edd commit 8971a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymialsrtk/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@


def get_parser():
"""Create and return the parser object of the BIDS App."""

import argparse
p = argparse.ArgumentParser(description='Entrypoint script to the MIALsrtk pipeline')

Expand Down

0 comments on commit 8971a3b

Please sign in to comment.