Skip to content
Snippets Groups Projects
Commit ea8d1116 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Allow "--profile" as a synonym for "--profile=-".

parent 29b54888
No related branches found
No related tags found
No related merge requests found
Pipeline #160569 passed
......@@ -215,6 +215,9 @@ def create_parser():
"--profile",
metavar="OUTPUT_FILE",
dest="profile_output",
nargs="?",
const="-",
default=None,
help="Write profiling info to given file (use - for stdout)",
)
......
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