Usage: ${command} [OPTION...]
Launch the Palm webOS Emulator.

Options:
    --list                   List the available emulator images
    --start=IMAGE            Start an emulator image
    --stop=IMAGE             Stop an emulator image
    --reset=IMAGE            Reset an emulator image
    --install=IMAGE_FILE     Install an emulator image
    --remove=IMAGE           Remove a user-installed emulator image
    --remove-all             Remove all user-installed emulator images
    --version                Display version info and exit
    --help                   Display this help and exit

IMAGE is the name of an emulator image, including the resolution.

IMAGE_FILE is the file path of the emulator image file to install.

Note that SDK-installed emulator images cannot be removed.

If no options are specified, an image selection window will be displayed.

Examples:

# Start the emulator and choose an image
${command}

# List the available emulator images
${command} --list

# Start the emulator image named "SDK-1.4 (320x480)"
${command} --start "SDK-1.4 (320x480)"

# Stop the emulator image named "SDK-1.4 (320x480)"
${command} --stop "SDK-1.4 (320x480)"

# Install a new emulator image
${command} --install "~/Downloads/SDK 1.4.5.452.vmdk.zip"

# Remove a user-installed emulator image
${command} --remove "SDK 1.4.5.452"

# Remove all user-installed emulator images
${command} --remove-all
