Skip to content

Commit

Permalink
Update tools.py
Browse files Browse the repository at this point in the history
add -o to all
  • Loading branch information
mzuenni authored Feb 25, 2024
1 parent 027f42f commit c6fa0a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,9 @@ def build_parser():
allparser.add_argument(
'--timeout', '-t', type=int, help='Override the default timeout. Default: 30.'
)
allparser.add_argument(
'--overview', '-o', action='store_true', help='Print a live overview for the judgings.'
)

# Build DOMjudge zip
zipparser = subparsers.add_parser(
Expand Down

0 comments on commit c6fa0a7

Please sign in to comment.