Skip to content

Commit

Permalink
missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Dec 13, 2024
1 parent 0ca0c49 commit 7fc3667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/src/revisions/git_ci_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Command(Enum):

def main():
parser = argparse.ArgumentParser(prog="GitCiHelper", description="Tool for automating git operations for CI")
parser.add_argument("--verbose", "-v", action="store_true", help="Verbose mode")
parser.add_argument(
"--repo-root", help="Root of the repository", default=pathlib.Path("."), type=pathlib.Path, dest="repo_root"
)
Expand Down

0 comments on commit 7fc3667

Please sign in to comment.