Lines Matching refs:args
111 def create_rootfs_archive(args):
113 if args.devbuild:
115 if args.profile:
116 if not os.path.exists(args.profile):
117 raise RuntimeError("'%s' not found" % args.profile)
118 cmd.extend(['-c', args.profile])
126 def create_base_image(args):
137 create_rootfs_archive(args)
183 def shutdown_containers(args):
223 args = parser.parse_args()
224 if not vars(args):
226 return args.func(args)