alexpdev / torrentfile

Bittorrent Protocol v1 & v2 metafile creator, checker, editor, builder, reviewer. Assemble .torrent files from the command line.
Apache License 2.0
43 stars 4 forks source link

Fixed bug in argparser for python v3.11 Issue #158 #159

Closed alexpdev closed 1 year ago

alexpdev commented 1 year ago

Fixing an error in the argument parser that allowed duplicate aliases.

codecov[bot] commented 1 year ago

Codecov Report

Merging #159 (2035ca3) into master (58b73a0) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 2035ca3 differs from pull request most recent head 18ace07. Consider uploading reports for the commit 18ace07 to get more accurate results

@@            Coverage Diff            @@
##            master      #159   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2742      2742           
=========================================
  Hits          2742      2742           
Impacted Files Coverage Δ
torrentfile/cli.py 100.00% <ø> (ø)
torrentfile/interactive.py 100.00% <ø> (ø)
torrentfile/version.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.