Skip to content

Commit

Permalink
Remove unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 28, 2024
1 parent 2d2748d commit b04b151
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions issues_by_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ def main() -> None:
description=__doc__,
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
parser.add_argument(
"-x", "--dry-run", action="store_true", help="show but don't open issues"
)
parser.add_argument(
"-m", "--markdown", action="store_true", help="Output in Markdown"
)
Expand Down

0 comments on commit b04b151

Please sign in to comment.