Skip to content

Commit

Permalink
fix: remove default formatter to help
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Nov 20, 2024
1 parent 147839f commit 31b4651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def get_args():

parser = argparse.ArgumentParser(
description="Command line tool to creates playlist file in M3U format.",
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
epilog="See latest release from https://github.com/MatteoGuadrini/mkpl",
)
orderby_group = parser.add_mutually_exclusive_group()
Expand Down

0 comments on commit 31b4651

Please sign in to comment.