Lines Matching refs:args
287 args = parser.parse_args()
290 only_one = args.only_one
293 no_wait = args.no_wait
295 if args.summary:
297 summary_file = args.summary
299 if args.success:
301 success_file = args.success
303 logging.basicConfig(level=args.loglevel)
310 if args.command == "write-config":
311 wps_write_config_tag(clf, wait_remove=not args.no_wait)
314 if args.command == "write-password":
315 wps_write_password_tag(clf, wait_remove=not args.no_wait)