diff --git a/src/code.el b/src/code.el index a290b7c..1f75215 100644 --- a/src/code.el +++ b/src/code.el @@ -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."