Skip to content

Commit

Permalink
feat: use different formatting class for argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Mar 30, 2024
1 parent a1ff400 commit 05645ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pusteblume/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def init_argument_parser():
parser = argparse.ArgumentParser(
prog=METADATA["name"],
description=METADATA["description"],
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument(
"--version",
Expand Down

0 comments on commit 05645ff

Please sign in to comment.