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:
Tristin Celestin 2010-10-30 15:58:06 -04:00 committed by Sami Samhuri
parent 2927bcac90
commit f2c9c31bc4

View file

@ -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."