mirror of
https://github.com/samsonjs/mojo.el.git
synced 2026-03-25 09:25:49 +00:00
Added mojo-list-emulator-images. It will be needed for mojo-hard-reset, since palm-emulator --reset requires an argument
This commit is contained in:
parent
2927bcac90
commit
f2c9c31bc4
1 changed files with 6 additions and 0 deletions
|
|
@ -196,6 +196,12 @@ NAME is the name of the scene."
|
|||
(mojo-set-log-level-for-debugging)
|
||||
(mojo-cmd-with-target "palm-launch" (list "-i" (mojo-read-app-id))))
|
||||
|
||||
;;* interactive
|
||||
(defun mojo-list-emulator-images ()
|
||||
"Lists the emulator images"
|
||||
(interactive)
|
||||
(mojo-cmd "palm-emulator" (list "--list")))
|
||||
|
||||
;;* interactive
|
||||
(defun mojo-hard-reset ()
|
||||
"Perform a hard reset, clearing all data."
|
||||
|
|
|
|||
Loading…
Reference in a new issue