Lines Matching full:action
226 action="store",
236 action="store",
247 "--origin", action="store", default="", help="Origin link for a git repository"
250 "--commit", action="store", default="", help="Git hash for a commit to checkout"
273 action="store_true",
279 action="store_true",
307 action="store",
313 action="store",
317 build_parser.add_argument("-v", "--verbose", action="count", default=0)
330 action="store",
338 action="store",
346 action="store",
353 action="store_true",
360 action="store_true",
367 action="store",
382 "--git", action="store_true", help="Stage updated results using git."
393 action="store_true",
397 "--shell", action="store_true", help="Start a shell on docker."
401 action="store",
408 action="store",
414 action="store",
434 action="store",
442 action="store",
448 action="store",
454 action="store",
466 action="store",
471 "--new", action="store", required=True, help="New benchmark results to check."
474 "-o", "--output", action="store", required=True, help="Output file for plots."