You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"--sys", action="store_true", help="Write system image steps, otherwise write emulator steps."
270
282
)
283
+
dist_parser.add_argument(
284
+
"--aptmirror",
285
+
default="",
286
+
help="Apt repo mirror for apt installing."
287
+
'For example http://ftp2.cn.debian.org/',
288
+
)
271
289
dist_parser.add_argument(
272
290
"emuzip",
273
291
help="Zipfile containing the a publicly released emulator, or (canary|stable|[0-9]+) to use the latest canary, stable, or build id of the emulator to use. "
0 commit comments