Skip to content

Commit

Permalink
removing unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
neontty committed Nov 21, 2024
1 parent ef65a08 commit 7a61844
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/find_versions_from_git_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def process_args(prophecy_repo_path, docs_repo_path, tag_name=None):
parser.add_argument("--prophecy-repo-path", default='./prophecy/', help="Path to the prophecy Git repository")
parser.add_argument("--docs-repo-path", default='./prophecy-docs/', help="Path to the docs Git repository")
parser.add_argument("--tag", help="Process a specific tag (if omitted we process all that match semver structure)")
parser.add_argument("--output-path", help="absolute path for output file", default="./version_chart.md")

args = parser.parse_args()

Expand Down

0 comments on commit 7a61844

Please sign in to comment.