Lines Matching refs:args
46 args = parser.parse_args() variable
48 device = args.device
49 file = open(args.file, 'w')
52 if args.number:
53 number = args.number
55 handle_start = args.handle_start
58 if args.skip_sw:
62 if args.share_action:
66 if args.prio:
71 mac_prefix = args.mac_prefix
94 if args.operation == "del":
96 elif args.operation == "replace":