Lines Matching refs:args
160 args = parser.parse_args()
162 if not args.commit:
163 args.commit = get_local_branch_commit(args.branch)
167 if args.wait:
169 args.timeout,
170 args.interval,
171 args.project_id,
172 args.commit)
174 status = get_pipeline_status(args.project_id,
175 args.commit)
178 if args.verbose:
179 print("ERROR: %s" % error.args[0])
181 if args.verbose:
185 if args.verbose:
189 if args.verbose: