Skip to content
Snippets Groups Projects
Commit ed7a7860 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

launch.py: support `-f` as short form for `--force`

This is a common short form.
parent 2feed988
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
"target", nargs="?", help="the changesets to run benchmarks against"
)
parser.add_argument(
"-f",
"--force",
help="force running all selected benchmarks for the selected changesets",
action="store_const",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment