Lines Matching refs:args_output
105 args_output = parser.parse_args()
109 args_output.status_file
110 and not args_output.status_file.endswith(".json")
115 ": %s" % args_output.status_file
119 args_output.set_status == TryjobStatus.CUSTOM_SCRIPT.value
120 and not args_output.custom_script
126 return args_output
296 args_output = GetCommandLineArgs()
299 args_output.revision,
300 TryjobStatus(args_output.set_status),
301 args_output.status_file,
302 args_output.custom_script,