Skip to content

Commands

Jeroen edited this page Apr 4, 2024 · 4 revisions

Start

simls start

start is used when wanting to start an simulator/emulator. Additional parameters are supported to get directly into the list of iOS simulators or Android emulators

iOS

simls start -i

or

simls start -ios

Android

simls start -a

or

simls start -android

List

simls list

list is used when wanting to list all found simulator/emulator on the host system. Additional parameters are supported to only show the list of iOS simulators or Android emulators

iOS

simls list -i

or

simls list -ios

Android

simls list -a

or

simls list -android
Clone this wiki locally